Searched defs:FP_ROUND (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h448 /// X = FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type
451 /// normal rounding, if it is 1, this FP_ROUND is known to not change the
457 /// FP_EXTEND(FP_ROUND(X,1)) -> X which are not safe for
458 /// FP_EXTEND(FP_ROUND(X,0)) because the extra bits aren't removed.
459 FP_ROUND, enumerator in enum:llvm::ISD::NodeType

Completed in 190 milliseconds