Home
last modified time | relevance | path

Searched defs:createFMul (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h298 mlir::Value createFMul(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createFMul() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp671 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul() function in FAddCombine