Home
last modified time | relevance | path

Searched refs:LLVMConstFMul (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2079 LLVMValueRef LLVMConstFMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c985 res = LLVMConstFMul(a, b); in lp_build_mul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1549 LLVMValueRef LLVMConstFMul(LLVMValueRef LHSConstant, LLVMValueRef RHSConstant) { in LLVMConstFMul() function