Searched defs:NewCst (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3888 SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1674 APInt NewCst = IsShl ? C1.lshr(*C3) : C1.shl(*C3); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3714 Constant *NewCst = ConstantInt::getFalse(BB->getContext()); local

Completed in 146 milliseconds