Home
last modified time | relevance | path

Searched defs:CreateNot (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetFolder.h125 Constant *CreateNot(Constant *C) const { in CreateNot() function
DConstantFolder.h113 Constant *CreateNot(Constant *C) const { in CreateNot() function
DNoFolder.h172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h124 Constant *CreateNot(Constant *C) const { in CreateNot() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstantFolder.h134 Constant *CreateNot(Constant *C) const { in CreateNot() function
DNoFolder.h203 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/external/llvm/include/llvm/IR/
DConstantFolder.h113 Constant *CreateNot(Constant *C) const { in CreateNot() function
DNoFolder.h172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h125 Constant *CreateNot(Constant *C) const { in CreateNot() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) { in CreateNot() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1864 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
1879 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2057 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2064 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/external/llvm/lib/IR/
DInstructions.cpp2211 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
2218 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
/external/llvm/bindings/go/llvm/
Dir.go1442 func (b Builder) CreateNot(v Value, name string) (rv Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1509 func (b Builder) CreateNot(v Value, name string) (rv Value) { func