Searched refs:hasFastMathFlags (Results 1 – 2 of 2) sorted by relevance
504 assert((hasFastMathFlags() == isFPMathOp() || in execute()507 if (hasFastMathFlags()) in execute()1110 if (hasFastMathFlags()) in execute()
1100 bool hasFastMathFlags() const { return OpType == OperationType::FPMathOp; } in hasFastMathFlags() function