Home
last modified time | relevance | path

Searched defs:CreateFNeg (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h129 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
H A DNoFolder.h198 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
H A DNoFolder.h169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h120 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp2197 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
2204 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp2386 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
2393 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1436 func (b Builder) CreateFNeg(v Value, name string) (rv Value) { func