Home
last modified time | relevance | path

Searched defs:NewC (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp204 Constant *NewC; in resolveConstantForwardRefs() local
/external/llvm-project/llvm/lib/Bitcode/Reader/
DValueList.cpp201 Constant *NewC; in resolveConstantForwardRefs() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1930 Constant *NewC = ConstantInt::get(Or->getType(), C ^ (*MaskC)); in foldICmpOrConstant() local
1989 Constant *NewC = ConstantInt::get(Mul->getType(), C.sdiv(*MulC)); in foldICmpMulConstant() local
1994 Constant *NewC = ConstantInt::get(Mul->getType(), C.udiv(*MulC)); in foldICmpMulConstant() local
2197 Constant *NewC = in foldICmpShlConstant() local
2620 APInt NewC = in foldICmpAddConstant() local
2885 Value *NewC = ConstantInt::get(EltTy, C->trunc(EltTy->getBitWidth())); in foldICmpBitCast() local
5311 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant() local
6307 Constant *NewC = ConstantFP::get(X->getType(), TruncC); in visitFCmpInst() local
DInstCombineAddSub.cpp838 Constant *NewC = in foldNoWrapAdd() local
848 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local
855 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local
DInstCombineVectorOps.cpp1820 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local
1946 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
DInstCombineShifts.cpp1018 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); in visitShl() local
DInstCombineMulDivRem.cpp1245 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
DInstCombineAndOrXor.cpp1683 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local
1737 Constant *NewC = ConstantInt::get(Ty, *C & *XorC); in visitAnd() local
DInstCombineCalls.cpp962 APInt NewC = in visitCallInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1714 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local
1765 Constant *NewC = ConstantInt::get(I.getType(), *C & *XorC); in visitAnd() local
3104 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local
3109 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local
3116 Constant *NewC = ConstantInt::get(I.getType(), *C ^ *RHSC); in visitXor() local
DInstCombineAddSub.cpp841 Constant *NewC = in foldNoWrapAdd() local
851 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local
858 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local
DInstCombineCompares.cpp2154 Constant *NewC = in foldICmpShlConstant() local
2577 APInt NewC = in foldICmpAddConstant() local
2809 Value *NewC = ConstantInt::get(EltTy, C->trunc(EltTy->getBitWidth())); in foldICmpBitCast() local
5246 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant() local
6182 Constant *NewC = ConstantFP::get(X->getType(), TruncC); in visitFCmpInst() local
DInstCombineVectorOps.cpp1484 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local
1609 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
DInstCombineShifts.cpp1033 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); in visitShl() local
DInstCombineMulDivRem.cpp1184 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
DInstructionCombining.cpp1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp987 if (auto *NewC = dyn_cast<ConstantExpr>(C)) in ConstantFoldInstruction() local
1047 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantExpressionImpl() local
/external/llvm-project/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp1209 auto &NewC = in TEST_F() local
1255 auto &NewC = in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1086 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantImpl() local
/external/llvm-project/llvm/lib/IR/
DConstants.cpp750 SmallVector<Constant *, 32> NewC(NumElts); in replaceUndefsWith() local
780 SmallVector<Constant *, 32> NewC(NumElts); in mergeUndefsWith() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp964 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
/external/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp1133 Constant *NewC = OldC; in ConstantFoldConstantImpl() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1117 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp775 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1884 APInt NewC = C1; in SimplifySetCC() local

12