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 717 if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle ||
718 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEdouble) {
725 bool isHalf = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEhalf;
726 bool isDouble = &CFP->getValueAPF().getSemantics()==&APFloat::IEEEdouble;
774 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
796 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEquad) {
799 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::PPCDoubleDouble) {
802 } else if (&CFP->getValueAPF().getSemantics() == &APFloat::IEEEhalf) {
    [all...]
  /external/clang/include/clang/AST/
APValue.h 364 assert(&R.getSemantics() == &I.getSemantics() &&
  /external/llvm/include/llvm/ADT/
APFloat.h 321 const fltSemantics &getSemantics() const { return *semantics; }
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 376 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
378 else if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEdouble)
SelectionDAG.cpp 96 &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 580 APFloat Reciprocal(Op1F.getSemantics());
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 202 if (&V.getSemantics() == &APFloat::IEEEdouble) {
205 } else if (&V.getSemantics() == &APFloat::IEEEsingle) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 223 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 1358 milliseconds