Searched defs:ConstInt (Results 1 – 8 of 8) sorted by relevance
367 ConstantInt *ConstInt) { in collectConstantCandidates()451 if (auto ConstInt = dyn_cast<ConstantInt>(Opnd)) { in collectConstantCandidates() local463 if (auto *ConstInt = dyn_cast<ConstantInt>(CastInst->getOperand(0))) { in collectConstantCandidates() local481 if (auto ConstInt = dyn_cast<ConstantInt>(ConstExpr->getOperand(0))) { in collectConstantCandidates() local637 ConstantInt *ConstInt = MaxCostItr->ConstInt; in findAndMakeBaseConstant() local
85 ConstantInt *ConstInt; member90 ConstInt(ConstInt), ConstExpr(ConstExpr) {} in ConstInt() function
106 if (auto *ConstInt = dyn_cast<ConstantInt>( in getKnowledgeFromBundle() local
852 const APInt &ConstInt = StepConst->getValue()->getValue(); in runOnLoop() local
840 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) { in PPCEmitCmp() local1303 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(1))) { in SelectBinaryIntOp() local
1354 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp() local1616 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(2))) { in SelectSelect() local
1832 auto *ConstInt = dyn_cast<ConstantInt>(BI->getOperand(1)); in getSalvageOpsForBinOp() local
831 func ConstInt(t Type, n uint64, signExtend bool) (v Value) { func