Home
last modified time | relevance | path

Searched defs:NotX (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2959 Value *NotX = Builder.CreateNot(X, X->getName() + ".not"); in sinkNotIntoXor() local
3036 Value *NotX = Builder.CreateNot(NotVal->getOperand(0), "notlhs"); in visitXor() local
3266 Value *NotX = Builder.CreateNot(LHS); in visitXor() local
DInstCombineAddSub.cpp944 Value *NotX = Builder.CreateNot(X); in foldAddWithConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6998 SDValue NotX = DAG.getNOT(DL, X, VT); in unfoldMaskedMerge() local
7133 SDValue NotX = DAG.getNOT(SDLoc(X), X, VT); in visitXOR() local
9592 SDValue NotX = DAG.getNOT(DL, X, VT); in foldExtendedSignBitTest() local
DTargetLowering.cpp2896 SDValue NotX = DAG.getNOT(SDLoc(X), X, OpVT); in foldSetCCWithAnd() local