Searched refs:CI1 (Results 1 – 7 of 7) sorted by relevance
796 if (ConstantInt *CI1 = dyn_cast<ConstantInt>(C1)) { in ConstantFoldBinaryInstruction() local798 const APInt &C1V = CI1->getValue(); in ConstantFoldBinaryInstruction()811 return ConstantInt::get(CI1->getType(), C1V.udiv(C2V)); in ConstantFoldBinaryInstruction()815 return PoisonValue::get(CI1->getType()); // MIN_INT / -1 -> poison in ConstantFoldBinaryInstruction()816 return ConstantInt::get(CI1->getType(), C1V.sdiv(C2V)); in ConstantFoldBinaryInstruction()
86 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()() local88 return CI1->getValue().slt(CI2->getValue()); in operator ()()
128 InstCombinerImpl::isEliminableCastPair(const CastInst *CI1, in isEliminableCastPair() argument130 Type *SrcTy = CI1->getSrcTy(); in isEliminableCastPair()131 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair()134 Instruction::CastOps firstOp = CI1->getOpcode(); in isEliminableCastPair()
414 Instruction::CastOps isEliminableCastPair(const CastInst *CI1,
1094 ConstantInt *CI2, ConstantInt *CI1, in processUGT_ADDCST_ADD() argument1118 if (CI1->getBitWidth() == NewWidth || in processUGT_ADDCST_ADD()1119 CI1->getValue() != APInt::getLowBitsSet(CI1->getBitWidth(), NewWidth)) in processUGT_ADDCST_ADD()
24056 auto *CI1 = cast<CmpInst>(V); in compareCmp() local24058 if (CI1->getOperand(0)->getType()->getTypeID() < in compareCmp()24061 if (CI1->getOperand(0)->getType()->getTypeID() > in compareCmp()24064 if (CI1->getOperand(0)->getType()->getScalarSizeInBits() < in compareCmp()24067 if (CI1->getOperand(0)->getType()->getScalarSizeInBits() > in compareCmp()24070 CmpInst::Predicate Pred1 = CI1->getPredicate(); in compareCmp()24083 for (int I = 0, E = CI1->getNumOperands(); I < E; ++I) { in compareCmp()24084 auto *Op1 = CI1->getOperand(CI1Preds ? I : E - I - 1); in compareCmp()
19096 e4bf 1000 CI1-1-Harp