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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 302 if (CFP->getType()->isDoubleTy()) {
401 else if (LoadTy->isDoubleTy())
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/
Type.h 144 /// isDoubleTy - Return true if this is 'double', a 64-bit IEEE fp type.
145 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 599 else if (CE->getType()->isDoubleTy())
614 else if (CE->getType()->isDoubleTy())
631 else if (Op0->getType()->isDoubleTy())
668 else if (DestTy->isDoubleTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMCodeEmitter.cpp 672 else if (CFP->getType()->isDoubleTy())
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 482 if (Ty->isDoubleTy())
765 } else if (CFP->getType()->isDoubleTy()) {
    [all...]
ConstantFold.cpp 574 DestTy->isDoubleTy() ? APFloat::IEEEdouble :
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 216 if (!Op->getType()->isDoubleTy()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 578 } else if (MI->getOperand(0).getFPImm()->getType()->isDoubleTy()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
ScalarReplAggregates.cpp 358 } else if (In->isFloatTy() || In->isDoubleTy() ||
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 831 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 871 if (Ty->isFloatTy() || Ty->isDoubleTy())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 825 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 192 milliseconds