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

1 2

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 136 bool isFloatTy() const { return getKind() == TK_Float; }
138 CHECK(isFloatTy());
168 CHECK(getType().isFloatTy());
ubsan_value.cc 70 CHECK(getType().isFloatTy());
ubsan_diag.cc 88 else if (V.getType().isFloatTy())
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 298 if (t->isFloatTy()) {
308 if (t->isFloatTy()) {
383 if (RetTy->isFloatTy()) {
392 if ((RetTy->getContainedType(0)->isFloatTy()) &&
393 (RetTy->getContainedType(1)->isFloatTy())) {
Mips16HardFloat.cpp 74 if ((T->getContainedType(0)->isFloatTy()) &&
75 (T->getContainedType(1)->isFloatTy()))
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 318 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) { \
339 if (TY->isFloatTy()) { \
365 if (dyn_cast<VectorType>(TY)->getElementType()->isFloatTy()) { \
457 if (TY->isFloatTy()) { \
538 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
553 } else if (Ty->isFloatTy())
569 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
584 } else if (Ty->isFloatTy())
715 if (dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) \
747 if (dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 304 if (CFP->getType()->isFloatTy()){
410 else if (LoadTy->isFloatTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 669 if (CE->getType()->isFloatTy())
684 if (CE->getType()->isFloatTy())
701 if (Op0->getType()->isFloatTy())
740 if (DestTy->isFloatTy())
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
BuildLibCalls.cpp 295 if (Op->getType()->isFloatTy())
  /external/llvm/include/llvm/IR/
Type.h 142 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
143 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /external/llvm/lib/IR/
Constants.cpp 575 if (Ty->isFloatTy())
851 if (CFP->getType()->isFloatTy()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMCodeEmitter.cpp 672 if (CFP->getType()->isFloatTy())
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCalls.cpp 753 EltTy->isFloatTy()
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 653 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 853 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 331 if (getFPImm()->getType()->isFloatTy())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 377 milliseconds

1 2