Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp764 bool NeedXor; in foldSelectICmpAndBinOp() local
768 NeedXor = Pred == ICmpInst::ICMP_NE; in foldSelectICmpAndBinOp()
772 NeedXor = Pred == ICmpInst::ICMP_EQ; in foldSelectICmpAndBinOp()
791 if ((NeedShift + NeedXor + NeedZExtTrunc + NeedAnd) > in foldSelectICmpAndBinOp()
810 if (NeedXor) in foldSelectICmpAndBinOp()