Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1181 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local
1182 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2533 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2535 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
2596 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()