Home
last modified time | relevance | path

Searched refs:createFMul (Results 1 – 3 of 3) 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
H A DCIRGenExprScalar.cpp1435 return builder.createFMul(loc, ops.lhs, ops.rhs); in emitMul()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp197 Value *createFMul(Value *Opnd0, Value *Opnd1);
671 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul() function in FAddCombine
744 return createFMul(OpndVal, Coeff.getValue(Instr->getType())); in createAddendVal()