HomeSort by: relevance | last modified time | path
    Searched defs:CreateFAdd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1405 Value *CreateFAdd(Value *L, Value *R, const Twine &Name = "",
1412 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), FPMD, FMF);
1425 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), nullptr,
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1442 func (b Builder) CreateFAdd(lhs, rhs Value, name string) (v Value) {

Completed in 18 milliseconds