Searched refs:getFAdd (Results 1 – 7 of 7) sorted by relevance
39 return ConstantExpr::getFAdd(LHS, RHS); in CreateFAdd()
922 static Constant *getFAdd(Constant *C1, Constant *C2);
55 return Fold(ConstantExpr::getFAdd(LHS, RHS)); in CreateFAdd()
215 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR); in TEST()
2200 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd() function in ConstantExpr
1040 return wrap(ConstantExpr::getFAdd(unwrap<Constant>(LHSConstant), in LLVMConstFAdd()
979 See the method [llvm::ConstantExpr::getFAdd]. *)