Searched refs:VCE (Results 1 – 2 of 2) sorted by relevance
528 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isSizeOf() local529 if (VCE->getOpcode() == Instruction::PtrToInt) in isSizeOf()530 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isSizeOf()544 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isAlignOf() local545 if (VCE->getOpcode() == Instruction::PtrToInt) in isAlignOf()546 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isAlignOf()568 if (ConstantExpr *VCE = dyn_cast<ConstantExpr>(getValue())) in isOffsetOf() local569 if (VCE->getOpcode() == Instruction::PtrToInt) in isOffsetOf()570 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(VCE->getOperand(0))) in isOffsetOf()
1388 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "VCE(L)?FB$")>;