Home
last modified time | relevance | path

Searched defs:NewCst (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp368 if (Constant *NewCst = Fixup.RebuildConstant( processInstruction() local
H A DX86ISelDAGToDAG.cpp4509 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); tryShrinkShlLogicImm() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1453 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 DInstCombineMulDivRem.cpp244 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { visitMul() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4829 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); tryToSimplifyUncondBranchWithICmpInIt() local