Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1900 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
1907 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1428 func (b Builder) CreateFNeg(v Value, name string) (rv Value) { func