Searched refs:createFSub (Results 1 – 3 of 3) sorted by relevance
283 mlir::Value createFSub(mlir::Location loc, mlir::Value lhs, mlir::Value rhs) { in createFSub() function
1542 return builder.createFSub(loc, ops.lhs, ops.rhs); in emitSub()
195 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