Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSolverTest.h100 auto NotY = Ctx.neg(Y); in TYPED_TEST_P() local
184 auto NotY = Ctx.neg(Y); in TYPED_TEST_P() local
200 auto NotY = Ctx.neg(Y); in TYPED_TEST_P() local
216 auto NotY = Ctx.neg(Y); in TYPED_TEST_P() local
229 auto NotY = Ctx.neg(Y); in TYPED_TEST_P() local
H A DArenaTest.cpp73 auto &NotY = A.makeNot(Y); in TEST_F() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4156 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); foldXorOfICmps() local
4235 Value *NotY = Builder.CreateNot(Y); foldNotXor() local
4411 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); foldNot() local
4415 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); foldNot() local
4422 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); foldNot() local
4426 Value *NotY = Builder.CreateNot(Y, Y->getName() + ".not"); foldNot() local
4437 Value *NotY = Builder.CreateNot(Y); foldNot() local
4522 Value *NotY = Builder.CreateNot(Y); foldNot() local
[all...]
H A DInstCombineCalls.cpp1782 if (Value *NotY = getFreelyInverted(Y, Y->hasOneUse(), &Builder)) { visitCallInst() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9387 SDValue NotY = DAG.getNOT(DL, Y, VT); unfoldMaskedMerge() local
[all...]