Searched refs:sinkNotIntoOtherHandOfLogicalOp (Results 1 – 3 of 3) sorted by relevance
117 bool sinkNotIntoOtherHandOfLogicalOp(Instruction &I);
2797 if (sinkNotIntoOtherHandOfLogicalOp(I)) in visitAnd()3936 if (sinkNotIntoOtherHandOfLogicalOp(I)) in visitOr()4406 bool InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(Instruction &I) { in sinkNotIntoOtherHandOfLogicalOp() function in InstCombinerImpl
4029 if (sinkNotIntoOtherHandOfLogicalOp(SI)) in visitSelectInst()