Searched defs:NotA (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/Analysis/objc/ |
H A D | direct-ivar-assignment-in-annotated-functions.m | 42 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated property
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2606 if (Value *NotA = getFreelyInvertedImpl(A, A->hasOneUse(), Builder, getFreelyInvertedImpl() local 2677 if (auto *NotA = getFreelyInvertedImpl(A, A->hasOneUse(), Builder, getFreelyInvertedImpl() local
|
H A D | InstCombineCompares.cpp | 4800 if (auto *NotA = IC.getFreelyInverted(A, A->hasOneUse(), &IC.Builder)) foldICmpAndXX() local 4859 if (Value *NotA = IC.getFreelyInverted(A, A->hasOneUse(), &IC.Builder)) foldICmpOrXX() local
|
H A D | InstCombineAndOrXor.cpp | 4840 Value *NotA = Builder.CreateNot(A); visitXor() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 2316 Value *NotA; simplifyOrLogic() local 2568 Value *NotA; simplifyXorInst() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2418 SDValue NotA = emitHvxAddWithOverflow() local
|