HomeSort by: relevance | last modified time | path
    Searched refs:QNaN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 201 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics()));
202 return IC.replaceInstUsesWith(II, QNaN);
228 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics()));
229 return IC.replaceInstUsesWith(II, QNaN);
320 // fp_class (nnan x), qnan|snan|other -> fp_class (nnan x), other
809 // Folding undef to qnan is safe regardless of the FP mode.
811 auto *QNaN = ConstantFP::get(Ty, APFloat::getQNaN(Ty->getFltSemantics()));
812 return IC.replaceInstUsesWith(II, QNaN);
SIISelLowering.cpp 9742 // fcanonicalize undef -> qnan
9744 APFloat QNaN = APFloat::getQNaN(SelectionDAG::EVTToAPFloatSemantics(VT));
9745 return DAG.getConstantFP(QNaN, SDLoc(N), VT);
9783 // than the normal qNaN. If it's a register, prefer 0.0 since that's
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 90 milliseconds