Searched refs:ConstInt (Results 1 – 6 of 6) sorted by relevance
356 ConstantInt *ConstInt) { in collectConstantCandidates() argument362 ConstInt->getValue(), ConstInt->getType()); in collectConstantCandidates()371 ConstPtrUnionType Cand = ConstInt; in collectConstantCandidates()613 ConstantInt *ConstInt = MaxCostItr->ConstInt; in findAndMakeBaseConstant() local616 ConstInfo.BaseInt = ConstInt; in findAndMakeBaseConstant()618 Type *Ty = ConstInt->getType(); in findAndMakeBaseConstant()622 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant()645 if (LHS.ConstInt->getType() != RHS.ConstInt->getType()) in findBaseConstants()648 return LHS.ConstInt->getValue().ult(RHS.ConstInt->getValue()); in findBaseConstants()656 if (MinValItr->ConstInt->getType() == CC->ConstInt->getType()) { in findBaseConstants()[all …]
83 ConstantInt *ConstInt; member87 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) :88 ConstInt(ConstInt), ConstExpr(ConstExpr) {} in ConstInt() function173 ConstantInt *ConstInt);
305 const APInt &ConstInt = StepConst->getValue()->getValue(); in runOnLoop() local306 if (ConstInt.isSignedIntN(16) && ConstInt.srem(4) != 0) in runOnLoop()
854 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) { in PPCEmitCmp() local857 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp()1306 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(1))) { in SelectBinaryIntOp() local1307 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp()
1652 auto *ConstInt = dyn_cast<ConstantInt>(I.getOperand(1)); in salvageDebugInfo() local1653 if (!ConstInt || ConstInt->getBitWidth() > 64) in salvageDebugInfo()1656 uint64_t Val = ConstInt->getSExtValue(); in salvageDebugInfo()
1372 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp() local1375 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp()1643 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(2))) { in SelectSelect() local1645 Imm = (int)ConstInt->getValue().getZExtValue(); in SelectSelect()