Home
last modified time | relevance | path

Searched refs:IsPop (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp720 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local
721 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2275 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2277 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
2335 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()