Searched refs:emitBinaryFloatFnCall (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h168 Value *emitBinaryFloatFnCall(Value *Op1, Value *Op2, StringRef Name,
173 Value *emitBinaryFloatFnCall(Value *Op1, Value *Op2,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1087 assert((Name != "") && "Must specify Name to emitBinaryFloatFnCall");
1107 Value *llvm::emitBinaryFloatFnCall(Value *Op1, Value *Op2, StringRef Name, function in class:llvm
1109 assert((Name != "") && "Must specify Name to emitBinaryFloatFnCall");
1117 Value *llvm::emitBinaryFloatFnCall(Value *Op1, Value *Op2, function in class:llvm
H A DSimplifyLibCalls.cpp1348 R = isBinary ? emitBinaryFloatFnCall(V[0], V[1], CalleeName, B, CalleeAttrs)
1556 return emitBinaryFloatFnCall(ConstantFP::get(Ty, 1.0), ExpoI, TLI,
1826 return emitBinaryFloatFnCall(ConstantFP::get(Ty, 1.0), Exp, TLI,

Completed in 189 milliseconds