Searched defs:NotX (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp944 Value *NotX = Builder.CreateNot(X); local
H A DInstCombineAndOrXor.cpp3036 Value *NotX = Builder.CreateNot(NotVal->getOperand(0), "notlhs"); local
3266 Value *NotX = Builder.CreateNot(LHS); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7005 SDValue NotX = DAG.getNOT(DL, X, VT); local
7140 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); local
9599 SDValue NotX = DAG.getNOT(DL, X, VT); local

Completed in 213 milliseconds