Searched refs:sinkNotIntoOtherHandOfLogicalOp (Results 1 – 3 of 3) sorted by relevance
116 bool sinkNotIntoOtherHandOfLogicalOp(Instruction &I);
2842 if (sinkNotIntoOtherHandOfLogicalOp(I)) in visitAnd()4183 if (sinkNotIntoOtherHandOfLogicalOp(I)) in visitOr()4672 bool InstCombinerImpl::sinkNotIntoOtherHandOfLogicalOp(Instruction &I) { in sinkNotIntoOtherHandOfLogicalOp() function in InstCombinerImpl
4389 if (sinkNotIntoOtherHandOfLogicalOp(SI)) in visitSelectInst()