Searched defs:CreateNot (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 133 Constant *CreateNot(Constant *C) const { in CreateNot() function
|
H A D | NoFolder.h | 202 Instruction *CreateNot(Constant *C) const { in CreateNot() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 113 Constant *CreateNot(Constant *C) const { in CreateNot() function
|
H A D | NoFolder.h | 172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 123 Constant *CreateNot(Constant *C) const { in CreateNot() function
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 125 Constant *CreateNot(Constant *C) const { in CreateNot() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Instructions.cpp | 2211 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 2400 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator 2407 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Instructions.cpp | 3006 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator 3013 BinaryOperator *BinaryOperator::CreateNot(Value *Op, const Twine &Name, in CreateNot() function in BinaryOperator
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1442 func (b Builder) CreateNot(v Value, name string) (rv Value) { func
|