/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 204 Constant *NewC; in resolveConstantForwardRefs() local
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 201 Constant *NewC; in resolveConstantForwardRefs() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1930 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
|
D | InstCombineAddSub.cpp | 838 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
|
D | InstCombineVectorOps.cpp | 1820 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local 1946 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
|
D | InstCombineShifts.cpp | 1018 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); in visitShl() local
|
D | InstCombineMulDivRem.cpp | 1245 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
|
D | InstCombineAndOrXor.cpp | 1683 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local 1737 Constant *NewC = ConstantInt::get(Ty, *C & *XorC); in visitAnd() local
|
D | InstCombineCalls.cpp | 962 APInt NewC = in visitCallInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1714 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
|
D | InstCombineAddSub.cpp | 841 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
|
D | InstCombineCompares.cpp | 2154 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
|
D | InstCombineVectorOps.cpp | 1484 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local 1609 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
|
D | InstCombineShifts.cpp | 1033 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); in visitShl() local
|
D | InstCombineMulDivRem.cpp | 1184 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
|
D | InstructionCombining.cpp | 1578 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 987 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/ |
D | CGSCCPassManagerTest.cpp | 1209 auto &NewC = in TEST_F() local 1255 auto &NewC = in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1086 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantImpl() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Constants.cpp | 750 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/ |
D | WholeProgramDevirt.cpp | 964 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1133 Constant *NewC = OldC; in ConstantFoldConstantImpl() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1117 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 775 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1884 APInt NewC = C1; in SimplifySetCC() local
|