Lines Matching defs:CE1
748 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
750 if (CE1->getOpcode() == Instruction::PtrToInt &&
751 isa<GlobalValue>(CE1->getOperand(0))) {
752 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0));
912 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) {
919 if (Instruction::isAssociative(Opcode) && CE1->getOpcode() == Opcode) {
920 Constant *T = ConstantExpr::get(Opcode, CE1->getOperand(1), C2);
922 return ConstantExpr::get(Opcode, CE1->getOperand(0), T);
1050 } else if (auto *CE1 = dyn_cast<ConstantExpr>(V1)) {
1053 Constant *CE1Op0 = CE1->getOperand(0);
1055 switch (CE1->getOpcode()) {
1057 GEPOperator *CE1GEP = cast<GEPOperator>(CE1);