Searched refs:NotLHS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3275 Value *NotLHS = Builder.CreateNot(LHS); local
3278 Builder.CreateICmp(getInverseMinMaxPred(SPF), NotLHS, NotRHS),
3279 NotLHS, NotRHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7007 SDValue NotLHS = DAG.getNOT(DL, LHS, VT); local
7009 return DAG.getNode(ISD::AND, DL, VT, NotLHS, RHS);

Completed in 134 milliseconds