Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h283 mlir::Value createFSub(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createFSub() function
H A DCIRGenExprScalar.cpp1542 return builder.createFSub(loc, ops.lhs, ops.rhs); in emitSub()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp195 Value *createFSub(Value *Opnd0, Value *Opnd1);
631 LastVal = createFSub(V, LastVal); in createNaryFAdd()
633 LastVal = createFSub(LastVal, V); in createNaryFAdd()
650 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub() function in FAddCombine