| /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 {
|
| IRBuilder.h | 737 Value *CreateNot(Value *V, const Twine &Name = "") { 739 return Insert(Folder.CreateNot(VC), Name); 740 return Insert(BinaryOperator::CreateNot(V), Name); [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineAndOrXor.cpp | [all...] |
| InstCombineSelect.cpp | 664 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 672 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 697 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); 703 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName()); [all...] |
| InstCombineAddSub.cpp | 553 return BinaryOperator::CreateNot(Op1); 619 Builder->CreateNot(Y, Y->getName() + ".not"));
|
| InstCombineCompares.cpp | [all...] |
| InstCombineCasts.cpp | [all...] |
| /external/llvm/include/llvm/ |
| InstrTypes.h | 286 /// CreateNeg, CreateNot - Create the NEG and NOT 305 static BinaryOperator *CreateNot(Value *Op, const Twine &Name = "", 307 static BinaryOperator *CreateNot(Value *Op, const Twine &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 | 256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
|
| /external/mesa3d/src/glsl/ |
| ir_to_llvm.cpp | 535 return bld.CreateNot(ops[0]); [all...] |
| /external/mesa3d/src/pixelflinger2/ |
| llvm_scanline.cpp | 59 builder.CreateStore(builder.CreateNot(s), sPtr);
|
| /external/clang/lib/CodeGen/ |
| CGExprScalar.cpp | [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyCFG.cpp | [all...] |
| /external/llvm/lib/VMCore/ |
| Instructions.cpp | [all...] |
| Core.cpp | [all...] |
| /external/llvm/lib/MC/MCParser/ |
| AsmParser.cpp | 700 Res = MCUnaryExpr::CreateNot(Res, getContext()); [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalOpt.cpp | [all...] |