• Home
  • Raw
  • Download

Lines Matching refs:CE0

1025   if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) {  in ConstantFoldCompareInstOperands()  local
1027 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands()
1028 if (CE0->getOpcode() == Instruction::IntToPtr) { in ConstantFoldCompareInstOperands()
1031 Constant *C = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1039 if (CE0->getOpcode() == Instruction::PtrToInt && in ConstantFoldCompareInstOperands()
1040 CE0->getType() == IntPtrTy) { in ConstantFoldCompareInstOperands()
1041 Constant *C = CE0->getOperand(0); in ConstantFoldCompareInstOperands()
1048 if (TD && CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands()
1049 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands()
1051 if (CE0->getOpcode() == Instruction::IntToPtr) { in ConstantFoldCompareInstOperands()
1054 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1063 if ((CE0->getOpcode() == Instruction::PtrToInt && in ConstantFoldCompareInstOperands()
1064 CE0->getType() == IntPtrTy && in ConstantFoldCompareInstOperands()
1065 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType())) in ConstantFoldCompareInstOperands()
1066 return ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), in ConstantFoldCompareInstOperands()
1074 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1076 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), Ops1, in ConstantFoldCompareInstOperands()
1079 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(1), Ops1, in ConstantFoldCompareInstOperands()