Searched refs:getFNeg (Results 1 – 10 of 10) sorted by relevance
111 return ConstantExpr::getFNeg(C); in CreateFNeg()
918 static Constant *getFNeg(Constant *C);
123 return Fold(ConstantExpr::getFNeg(C)); in CreateFNeg()
208 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR); in TEST()
690 return ConstantExpr::getFNeg(C); in dyn_castFNegVal()694 return ConstantExpr::getFNeg(C); in dyn_castFNegVal()
4193 ConstantExpr::getFNeg(RHSC)); in visitFCmpInst()
891 return ConstantExpr::getFNeg(C); in NegateValue()
2181 Constant *ConstantExpr::getFNeg(Constant *C) { in getFNeg() function in ConstantExpr
1015 return wrap(ConstantExpr::getFNeg(unwrap<Constant>(ConstantVal))); in LLVMConstFNeg()
957 See the method [llvm::ConstantExpr::getFNeg]. *)