HomeSort by relevance Sort by last modified time
    Searched refs:isFloatTy (Results 1 - 25 of 35) 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 49 else if (V.getType().isFloatTy())
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 317 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) { \
338 if (TY->isFloatTy()) { \
364 if (dyn_cast<VectorType>(TY)->getElementType()->isFloatTy()) { \
456 if (TY->isFloatTy()) { \
537 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
552 } else if (Ty->isFloatTy())
568 if(dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) {
583 } else if (Ty->isFloatTy())
714 if (dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy()) \
746 if (dyn_cast<VectorType>(Ty)->getElementType()->isFloatTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 291 if (CFP->getType()->isFloatTy()){
393 else if (LoadTy->isFloatTy())
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 294 if (t->isFloatTy()) {
304 if (t->isFloatTy()) {
379 if (RetTy->isFloatTy()) {
388 if ((RetTy->getContainedType(0)->isFloatTy()) &&
389 (RetTy->getContainedType(1)->isFloatTy())) {
Mips16HardFloat.cpp 71 if ((T->getContainedType(0)->isFloatTy()) &&
72 (T->getContainedType(1)->isFloatTy()))
  /external/llvm/include/llvm/IR/
Type.h 145 /// isFloatTy - Return true if this is 'float', a 32-bit IEEE fp type.
146 bool isFloatTy() const { return getTypeID() == FloatTyID; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 620 if (CE->getType()->isFloatTy())
635 if (CE->getType()->isFloatTy())
652 if (Op0->getType()->isFloatTy())
691 if (DestTy->isFloatTy())
870 if(ElemTy->isFloatTy()) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 539 if (Ty->isFloatTy())
813 if (CFP->getType()->isFloatTy()) {
    [all...]
ConstantFold.cpp 576 DestTy->isFloatTy() ? APFloat::IEEEsingle :
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
BuildLibCalls.cpp 299 if (Op->getType()->isFloatTy())
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 581 if (MI->getOperand(0).getFPImm()->getType()->isFloatTy()) {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 858 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 327 if (getFPImm()->getType()->isFloatTy())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 395 milliseconds

1 2