Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp481 llvm::APFloat apfLHS = llvm::APFloat(LHS.IntVal); in GetConstantValue() local
484 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()