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

1 2

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 306 if (CFP->getType()->isFloatTy()){
399 if (LoadTy->isFloatTy())
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/
Type.h 141 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
142 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 368 if (TY->isFloatTy()) { \
424 if (Ty->isFloatTy())
436 if (Ty->isFloatTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 597 if (CE->getType()->isFloatTy())
612 if (CE->getType()->isFloatTy())
629 if (Op0->getType()->isFloatTy())
666 if (DestTy->isFloatTy())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMCodeEmitter.cpp 670 if (CFP->getType()->isFloatTy())
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 480 if (Ty->isFloatTy())
756 if (CFP->getType()->isFloatTy()) {
    [all...]
ConstantFold.cpp 573 DestTy->isFloatTy() ? APFloat::IEEEsingle :
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 219 if (Op->getType()->isFloatTy())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 576 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) {
    [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/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 295 if (getFPImm()->getType()->isFloatTy())
    [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/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 372 milliseconds

1 2