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

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

Completed in 31 milliseconds