Searched defs:NewCst (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 368 if (Constant *NewCst = Fixup.RebuildConstant( processInstruction() local
|
H A D | X86ISelDAGToDAG.cpp | 4509 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); tryShrinkShlLogicImm() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1453 auto NewCst = Builder.buildConstant(MRI.getType(MatchInfo.Offset), applyCombineIndexedLoadStore() local 1696 const ConstantFP *NewCst = ConstantFP::get(Builder.getContext(), Folded); applyCombineConstantFoldFpUnary() local 2476 matchCombineConstPtrAddToI2P(MachineInstr & MI,APInt & NewCst) matchCombineConstPtrAddToI2P() argument 2497 applyCombineConstPtrAddToI2P(MachineInstr & MI,APInt & NewCst) applyCombineConstPtrAddToI2P() argument 4779 auto NewCst = B.buildConstant(MRI.getType(RHSReg), LHSCstOff->Value); matchReassocConstantInnerLHS() local 4810 auto NewCst = B.buildConstant(MRI.getType(Src2Reg), *C1 + *C2); matchReassocFoldConstantsInSubTree() local 4873 auto NewCst = B.buildInstr(Opc, {OpRHSTy}, {OpLHSRHS, OpRHS}); tryReassocBinOp() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 244 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { visitMul() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4829 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); tryToSimplifyUncondBranchWithICmpInIt() local
|