Lines Matching refs:CE
139 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(V))140 if ((CE->getOpcode() == Instruction::PtrToInt ||141 CE->getOpcode() == Instruction::IntToPtr) &&142 SE.getTypeSizeInBits(CE->getType()) ==143 SE.getTypeSizeInBits(CE->getOperand(0)->getType()))144 return CE->getOperand(0);