Searched refs:apfLHS (Results 1 – 1 of 1) sorted by relevance
481 llvm::APFloat apfLHS = llvm::APFloat(LHS.IntVal); in GetConstantValue() local484 apfLHS.add(llvm::APFloat(RHS.IntVal), in GetConstantValue()489 apfLHS.subtract(llvm::APFloat(RHS.IntVal), in GetConstantValue()494 apfLHS.multiply(llvm::APFloat(RHS.IntVal), in GetConstantValue()499 apfLHS.divide(llvm::APFloat(RHS.IntVal), in GetConstantValue()504 apfLHS.mod(llvm::APFloat(RHS.IntVal), in GetConstantValue()512 Result.IntVal = apfLHS.bitcastToAPInt(); in GetConstantValue()