Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DValueList.cpp195 Constant *NewC; in resolveConstantForwardRefs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1394 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local
1445 Constant *NewC = ConstantInt::get(I.getType(), *C & *XorC); in visitAnd() local
2573 Constant *NewC = ConstantInt::get(I.getType(), -(*C) - 1); in visitXor() local
2578 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local
2584 Constant *NewC = ConstantInt::get(I.getType(), -(*C) - 1); in visitXor() local
2589 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local
2597 Constant *NewC = ConstantInt::get(I.getType(), *C ^ *RHSC); in visitXor() local
DInstCombineVectorOps.cpp1214 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local
1293 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
DInstCombineCompares.cpp1976 Constant *NewC = in foldICmpShlConstant() local
2345 APInt NewC = C.ssub_ov(*C2, Overflow); in foldICmpAddConstant() local
2491 Value *NewC = ConstantInt::get(EltTy, C.trunc(EltTy->getBitWidth())); in foldICmpBitCastConstant() local
DInstCombineMulDivRem.cpp1154 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
DInstCombineAddSub.cpp971 Constant *NewC = in foldAddWithConstant() local
DInstructionCombining.cpp1420 Constant *NewC = ConstantVector::get(NewVecC); in foldShuffledBinop() 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp1171 auto &NewC = in TEST_F() local
1217 auto &NewC = in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp795 Constant *NewC = cast<Constant>(*i); in ConstantFoldConstantExpression() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp804 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
DGlobalOpt.cpp817 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1057 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantImpl() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp373 SDValue NewC = DAG.getConstant(Demanded & C, DL, VT); in ShrinkDemandedConstant() local
2516 APInt NewC = C1; in SimplifySetCC() local
DDAGCombiner.cpp2031 APInt NewC = IsAdd ? C->getAPIntValue() + 1 : C->getAPIntValue() - 1; in foldAddSubOfSignBit() local
2645 SDValue NewC = DAG.getNode(ISD::SUB, DL, VT, N0, N11); in visitSUB() local
10798 SDValue NewC = DAG.getNode(ISD::FADD, DL, VT, N0.getOperand(1), N1, Flags); in visitFADD() local
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp331 Constant *NewC; in ResolveConstantForwardRefs() 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
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp831 if (Constant *NewC = ConstantFoldInstruction(I)) { in ConstantPropUsersOf() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1768 CycleType NewC(C.begin()+LogPos, C.end()); in perfect() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1068 Constant *NewC; in resolveConstantForwardRefs() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1980 Comparison NewC(C); in adjustForTestUnderMask() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1600 SDValue NewC = DAG.getConstant((N0C->getAPIntValue() - N1C1->getAPIntValue()), VT); in visitSUB() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2127 Comparison NewC(C); in adjustForTestUnderMask() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp556 int32_t NewC = C->getValue(); in genTargetHelperCallFor() local

12