Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp253 if (Constant *NewCst = rebuildSplatableConstant(C, BitWidth)) { processInstruction() local
H A DX86ISelDAGToDAG.cpp4447 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); tryShrinkShlLogicImm() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1291 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 DInstCombineMulDivRem.cpp242 if (Constant *NewCst = ConstantExpr::getExactLogBase2(C1)) { visitMul() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4765 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); tryToSimplifyUncondBranchWithICmpInIt() local