Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3569 static Instruction *foldCtpopPow2Test(ICmpInst &I, IntrinsicInst *CtpopLhs, in foldCtpopPow2Test() argument
3573 assert(CtpopLhs->getIntrinsicID() == Intrinsic::ctpop && in foldCtpopPow2Test()
3575 if (!CtpopLhs->hasOneUse()) in foldCtpopPow2Test()
3589 Value *Op = CtpopLhs->getArgOperand(0); in foldCtpopPow2Test()