Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4209 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldXorOfICmps() local
4288 Value *NotY = Builder.CreateNot(Y); in foldNotXor() local
4464 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local
4468 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local
4475 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local
4479 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); in foldNot() local
4490 Value *NotY = Builder.CreateNot(Y); in foldNot() local
4575 Value *NotY = Builder.CreateNot(Y); in foldNot() local
H A DInstCombineCalls.cpp1831 if (Value *NotY = getFreelyInverted(Y, Y->hasOneUse(), &Builder)) { in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9373 SDValue NotY = DAG.getNOT(DL, Y, VT); in unfoldMaskedMerge() local