Searched defs:CreateNot (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { function in class:llvm::ConstantFolder
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { function in class:llvm::NoFolder
173 return BinaryOperator::CreateNot(C);
H A DIRBuilder.h1031 Value *CreateNot(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
1033 return Insert(Folder.CreateNot(VC), Name);
1034 return Insert(BinaryOperator::CreateNot(V), Name);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { function in class:llvm::TargetFolder
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { function in class:llvm::NoFolder
173 return BinaryOperator::CreateNot(C);
H A DIRBuilder.h737 Value *CreateNot(Value *V, const Twine &Name = "") { function in class:llvm::IRBuilder
739 return Insert(Folder.CreateNot(VC), Name);
740 return Insert(BinaryOperator::CreateNot(V), Name);
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { function in class:llvm::TargetFolder
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCExpr.h256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { function in class:llvm::MCUnaryExpr
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1864 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator
1879 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, function in class:BinaryOperator

Completed in 664 milliseconds