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

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

Completed in 30 milliseconds