Home
last modified time | relevance | path

Searched defs:createFSub (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp650 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub() function in FAddCombine