Searched refs:getFSub (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h46 return ConstantExpr::getFSub(LHS, RHS);
H A DTargetFolder.h62 return Fold(ConstantExpr::getFSub(LHS, RHS));
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstants.h836 static Constant *getFSub(Constant *C1, Constant *C2);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp2031 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C);
2058 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp853 return wrap(ConstantExpr::getFSub(unwrap<Constant>(LHSConstant),

Completed in 204 milliseconds