Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2879 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