Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp368 if (Constant *NewCst = Fixup.RebuildConstant( in processInstruction() local
H A DX86ISelDAGToDAG.cpp4510 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); in tryShrinkShlLogicImm() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1453 auto NewCst = Builder.buildConstant(MRI.getType(MatchInfo.Offset), in applyCombineIndexedLoadStore() local
1696 const ConstantFP *NewCst = ConstantFP::get(Builder.getContext(), Folded); in applyCombineConstantFoldFpUnary() local
2476 APInt &NewCst) { in matchCombineConstPtrAddToI2P()
2497 APInt &NewCst) { in applyCombineConstPtrAddToI2P()
4779 auto NewCst = B.buildConstant(MRI.getType(RHSReg), LHSCstOff->Value); in matchReassocConstantInnerLHS() local
4810 auto NewCst = B.buildConstant(MRI.getType(Src2Reg), *C1 + *C2); in matchReassocFoldConstantsInSubTree() local
4873 auto NewCst = B.buildInstr(Opc, {OpRHSTy}, {OpLHSRHS, OpRHS}); in tryReassocBinOp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp248 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { in visitMul() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4834 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); in tryToSimplifyUncondBranchWithICmpInIt() local