Searched defs:ConstInt (Results 1 – 13 of 13) sorted by relevance
84 ConstantInt *ConstInt; member89 ConstInt(ConstInt), ConstExpr(ConstExpr) {} in ConstInt() function
367 ConstantInt *ConstInt) { in collectConstantCandidates()459 if (auto ConstInt = dyn_cast<ConstantInt>(Opnd)) { in collectConstantCandidates() local471 if (auto *ConstInt = dyn_cast<ConstantInt>(CastInst->getOperand(0))) { in collectConstantCandidates() local489 if (auto ConstInt = dyn_cast<ConstantInt>(ConstExpr->getOperand(0))) { in collectConstantCandidates() local645 ConstantInt *ConstInt = MaxCostItr->ConstInt; in findAndMakeBaseConstant() local
106 if (auto *ConstInt = dyn_cast<ConstantInt>( in getKnowledgeFromBundle() local
191 typedef const int ConstInt; in negativeConstCheapToCopyTypedef() typedef
187 const auto ConstInt = in buildConstantInt() local255 const auto ConstInt = ConstantInt::get(LLVMBaseTy, Val); in getOrCreateConsIntVector() local
878 auto ConstInt = ConstantInt::get(LLVMTy, Val); in buildI32Constant() local
840 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) { in PPCEmitCmp() local1305 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(1))) { in SelectBinaryIntOp() local
1329 const APInt &ConstInt = StepConst->getValue()->getValue(); in runOnLoop() local
80 if (ConstantInt *ConstInt = dyn_cast<ConstantInt>(&V)) { in canSafelyConvertTo16Bit() local
1357 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(Src2Value)) { in ARMEmitCmp() local1619 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(I->getOperand(2))) { in SelectSelect() local
1877 auto *ConstInt = dyn_cast<ConstantInt>(BI->getOperand(1)); in getSalvageOpsForBinOp() local
831 func ConstInt(t Type, n uint64, signExtend bool) (v Value) { func
1332 typedef const int ConstInt; in is_standard_layout() typedef