Home
last modified time | relevance | path

Searched refs:getFAdd (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h44 return ConstantExpr::getFAdd(LHS, RHS); in CreateFAdd()
H A DConstants.h984 static Constant *getFAdd(Constant *C1, Constant *C2);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h54 return Fold(ConstantExpr::getFAdd(LHS, RHS)); in CreateFAdd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2687 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd() function in ConstantExpr
H A DCore.cpp1555 return wrap(ConstantExpr::getFAdd(unwrap<Constant>(LHSConstant), in LLVMConstFAdd()