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

1 2

  /external/llvm/include/llvm/
Type.h 139 /// isFloatingPointTy - Return true if this is one of the five floating point
141 bool isFloatingPointTy() const {
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 451 if (Op.first->getType()->isFloatingPointTy()) {
467 if (Op.second->getType()->isFloatingPointTy())
478 if (Op.LHS.first->getType()->isFloatingPointTy()) {
490 if (Op.LHS.first->getType()->isFloatingPointTy()) {
505 if (Op.LHS.first->getType()->isFloatingPointTy()) {
531 if (Op.LHS.first->getType()->isFloatingPointTy()) {
CGStmt.cpp     [all...]
CGExprScalar.cpp 644 assert(SrcTy->isFloatingPointTy() && "Unknown real conversion");
650 assert(SrcTy->isFloatingPointTy() && DstTy->isFloatingPointTy() &&
    [all...]
TargetInfo.cpp     [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 74 return cast<VectorType>(this)->getElementType()->isFloatingPointTy();
159 assert(isFloatingPointTy() && "Not a floating point type!");
667 return ElemTy->isIntegerTy() || ElemTy->isFloatingPointTy();
Instructions.cpp     [all...]
Constants.cpp 135 if (Ty->isFloatingPointTy()) {
528 if (PTy->getElementType()->isFloatingPointTy()) {
534 if (Ty->isFloatingPointTy())
    [all...]
ConstantFold.cpp 167 if (DestTy->isFloatingPointTy())
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 771 } else if (ToType->isFloatingPointTy() || ToType->isVectorTy()) {
    [all...]
SimplifyLibCalls.cpp 107 if ((*it)->getType()->isFloatingPointTy())
853 !FT->getParamType(0)->isFloatingPointTy())
907 !FT->getParamType(0)->isFloatingPointTy())
    [all...]
Reassociate.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 90 if (DstEltTy->isFloatingPointTy()) {
105 if (SrcEltTy->isFloatingPointTy()) {
456 (isa<IntegerType>(Ty) || Ty->isFloatingPointTy())) {
475 if (Ty->isFloatingPointTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 656 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 329 bccAssert(DestTy->isFloatingPointTy() && "invalid bitcast");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 513 if (C->getType()->getElementType()->isFloatingPointTy())
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 434 else if(type->isFloatingPointTy())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 982 milliseconds

1 2