Searched defs:NotY (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3568 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldXorOfICmps() local 3670 Value *NotY = Builder.CreateNot(Y); in foldNotXor() local 3865 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local 3869 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local 3876 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local 3880 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local 3891 Value *NotY = Builder.CreateNot(Y); in foldNot() local 3983 Value *NotY = Builder.CreateNot(Y); in foldNot() local 3989 Value *NotY = Builder.CreateNot(Y); in foldNot() local
|
H A D | InstCombineCalls.cpp | 1392 Value *NotY = Builder.CreateNot(Y); in visitCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2879 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldXorOfICmps() local 3011 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in visitXor() local 3017 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in visitXor() local 3037 Value *NotY = Builder.CreateNot(NotVal->getOperand(1), "notrhs"); in visitXor() local 3258 Value *NotY = Builder.CreateNot(RHS); in visitXor() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2507 Value *NotY = in visitXor() local 2523 Value *NotY = in visitXor() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8659 SDValue NotY = DAG.getNOT(DL, Y, VT); in unfoldMaskedMerge() local
|