Searched defs:NewCst (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 253 if (Constant *NewCst = rebuildSplatableConstant(C, BitWidth)) { processInstruction() local
|
H A D | X86ISelDAGToDAG.cpp | 4447 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); tryShrinkShlLogicImm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1291 auto NewCst = Builder.buildConstant(MRI.getType(MatchInfo.Offset), applyCombineIndexedLoadStore() local 1541 const ConstantFP *NewCst = ConstantFP::get(Builder.getContext(), Folded); applyCombineConstantFoldFpUnary() local 2343 matchCombineConstPtrAddToI2P(MachineInstr & MI,APInt & NewCst) matchCombineConstPtrAddToI2P() argument 2364 applyCombineConstPtrAddToI2P(MachineInstr & MI,APInt & NewCst) applyCombineConstPtrAddToI2P() argument 4617 auto NewCst = B.buildConstant(MRI.getType(RHSReg), LHSCstOff->Value); matchReassocConstantInnerLHS() local 4648 auto NewCst = B.buildConstant(MRI.getType(Src2Reg), *C1 + *C2); matchReassocFoldConstantsInSubTree() local 4711 auto NewCst = B.buildInstr(Opc, {OpRHSTy}, {OpLHSRHS, OpRHS}); tryReassocBinOp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 242 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { visitMul() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4765 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); tryToSimplifyUncondBranchWithICmpInIt() local
|