Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5193 bool CheckIs; in foldICmpPow2Test() local
5210 CheckIs = Pred == ICmpInst::ICMP_EQ; in foldICmpPow2Test()
5219 CheckIs = Pred == ICmpInst::ICMP_UGE; in foldICmpPow2Test()
5224 CheckIs = Pred == ICmpInst::ICMP_ULE; in foldICmpPow2Test()
5231 return CheckIs ? new ICmpInst(ICmpInst::ICMP_ULT, CtPop, in foldICmpPow2Test()