| /external/llvm/lib/Transforms/Scalar/ |
| LowerAtomic.cpp | 62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
|
| /external/llvm/include/llvm/Support/ |
| NoFolder.h | 172 Instruction *CreateNot(Constant *C) const { 173 return BinaryOperator::CreateNot(C);
|
| ConstantFolder.h | 113 Constant *CreateNot(Constant *C) const {
|
| TargetFolder.h | 125 Constant *CreateNot(Constant *C) const {
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineSelect.cpp | 676 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 684 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 716 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 722 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); [all...] |
| InstCombineAndOrXor.cpp | [all...] |
| InstCombineCompares.cpp | [all...] |
| InstCombineAddSub.cpp | [all...] |
| InstCombineCasts.cpp | [all...] |
| /external/llvm/include/llvm/IR/ |
| InstrTypes.h | 284 /// CreateNeg, CreateNot - Create the NEG and NOT 303 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "", 305 static BinaryOperator *CreateNot(Value *Op, const Twine &Name, [all...] |
| IRBuilder.h | 818 Value *CreateNot(Value *V, const Twine &Name = "") { 820 return Insert(Folder.CreateNot(VC), Name); 821 return Insert(BinaryOperator::CreateNot(V), Name); [all...] |
| /external/llvm/lib/CodeGen/ |
| IntrinsicLowering.cpp | 313 V = Builder.CreateNot(V); 406 Value *NotSrc = Builder.CreateNot(Src);
|
| /external/llvm/include/llvm/MC/ |
| MCExpr.h | 299 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| MemorySanitizer.cpp | [all...] |
| /external/clang/lib/CodeGen/ |
| CGExprScalar.cpp | [all...] |
| CGAtomic.cpp | 305 Result = CGF.Builder.CreateNot(Result); [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyCFG.cpp | [all...] |
| /external/llvm/lib/Target/R600/ |
| AMDGPUStructurizeCFG.cpp | 344 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
|
| /external/llvm/lib/IR/ |
| Instructions.cpp | [all...] |
| Core.cpp | [all...] |
| /external/llvm/lib/MC/MCParser/ |
| AsmParser.cpp | 862 Res = MCUnaryExpr::CreateNot(Res, getContext()); [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalOpt.cpp | [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| LoopVectorize.cpp | [all...] |