Home
last modified time | relevance | path

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 DConstantFolder.h133 Constant *CreateNot(Constant *C) const { in CreateNot() function
H A DNoFolder.h202 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h113 Constant *CreateNot(Constant *C) const { in CreateNot() function
H A DNoFolder.h172 Instruction *CreateNot(Constant *C) const { in CreateNot() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h123 Constant *CreateNot(Constant *C) const { in CreateNot() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h125 Constant *CreateNot(Constant *C) const { in CreateNot() function
/aosp_15_r20/external/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp2400 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 DInstructions.cpp3006 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 Dir.go1442 func (b Builder) CreateNot(v Value, name string) (rv Value) { func