Searched refs:ConstInt (Results 1 – 7 of 7) sorted by relevance
367 ConstantInt *ConstInt) { in collectConstantCandidates() argument373 ConstInt->getValue(), ConstInt->getType(), in collectConstantCandidates()377 Inst->getOpcode(), Idx, ConstInt->getValue(), ConstInt->getType(), in collectConstantCandidates()637 ConstantInt *ConstInt = MaxCostItr->ConstInt; in findAndMakeBaseConstant() local640 ConstInfo.BaseInt = ConstInt; in findAndMakeBaseConstant()642 Type *Ty = ConstInt->getType(); in findAndMakeBaseConstant()646 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant()669 if (LHS.ConstInt->getType() != RHS.ConstInt->getType()) in findBaseConstants()672 return LHS.ConstInt->getValue().ult(RHS.ConstInt->getValue()); in findBaseConstants()680 if (MinValItr->ConstInt->getType() == CC->ConstInt->getType()) { in findBaseConstants()[all …]
85 ConstantInt *ConstInt; member89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) :90 ConstInt(ConstInt), ConstExpr(ConstExpr) {} in ConstInt() function177 ConstantInt *ConstInt);
106 if (auto *ConstInt = dyn_cast<ConstantInt>( in getKnowledgeFromBundle() local108 return ConstInt->getZExtValue(); in getKnowledgeFromBundle()
851 const APInt &ConstInt = StepConst->getValue()->getValue(); in runOnLoop() local852 if (ConstInt.isSignedIntN(16) && ConstInt.srem(4) != 0) in runOnLoop()
840 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) { in PPCEmitCmp() local843 const APInt &CIVal = ConstInt->getValue(); in PPCEmitCmp()1303 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(1))) { in SelectBinaryIntOp() local1304 const APInt &CIVal = ConstInt->getValue(); in SelectBinaryIntOp()
1856 auto *ConstInt = dyn_cast<ConstantInt>(BI->getOperand(1)); in getSalvageOpsForBinOp() local1858 if (ConstInt && ConstInt->getBitWidth() > 64) in getSalvageOpsForBinOp()1863 if (ConstInt) { in getSalvageOpsForBinOp()1864 uint64_t Val = ConstInt->getSExtValue(); in getSalvageOpsForBinOp()
1354 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp() local1357 const APInt &CIVal = ConstInt->getValue(); in ARMEmitCmp()1616 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(2))) { in SelectSelect() local1618 Imm = (int)ConstInt->getValue().getZExtValue(); in SelectSelect()