HomeSort by relevance Sort by last modified time
    Searched refs:getSemantics (Results 1 - 18 of 18) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 169 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
  /external/llvm/lib/VMCore/
Constants.cpp 560 if (&V.getSemantics() == &APFloat::IEEEhalf)
562 else if (&V.getSemantics() == &APFloat::IEEEsingle)
564 else if (&V.getSemantics() == &APFloat::IEEEdouble)
566 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
568 else if (&V.getSemantics() == &APFloat::IEEEquad)
571 assert(&V.getSemantics() == &APFloat::PPCDoubleDouble &&
589 assert(&V.getSemantics() == TypeToFloatSemantics(Ty) &&
    [all...]
AsmWriter.cpp 711 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf ||
712 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle ||
713 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble) {
720 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
721 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble;
765 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
787 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad)
789 else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
  /external/clang/include/clang/AST/
APValue.h 364 assert(&R.getSemantics() == &I.getSemantics() &&
  /external/llvm/include/llvm/ADT/
APFloat.h 320 const fltSemantics &getSemantics() const { return *semantics; }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 372 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
374 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble)
SelectionDAG.cpp 94 &Val.getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/
Constants.h 287 if (&Val.getSemantics() == &APFloat::PPCDoubleDouble)
290 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineMulDivRem.cpp 567 APFloat Reciprocal(Op1F.getSemantics());
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 201 if (&V.getSemantics() == &APFloat::IEEEdouble) {
204 } else if (&V.getSemantics() == &APFloat::IEEEsingle) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 221 if (&APF.getSemantics() == &APFloat::PPCDoubleDouble)
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 207 milliseconds