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 445 if (Op.first->getType()->isFloatingPointTy()) {
461 if (Op.second->getType()->isFloatingPointTy())
472 if (Op.LHS.first->getType()->isFloatingPointTy()) {
484 if (Op.LHS.first->getType()->isFloatingPointTy()) {
499 if (Op.LHS.first->getType()->isFloatingPointTy()) {
525 if (Op.LHS.first->getType()->isFloatingPointTy()) {
CGStmt.cpp     [all...]
CGExprScalar.cpp 624 assert(Src->getType()->isFloatingPointTy() && "Unknown real conversion");
632 assert(DstTy->isFloatingPointTy() && "Unknown real conversion");
    [all...]
TargetInfo.cpp     [all...]
CGCall.cpp 856 assert((varType->isIntegerTy() || varType->isFloatingPointTy())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 430 if (ElementTy->isFloatingPointTy() != InElementTy->isFloatingPointTy())
433 if (ElementTy->isFloatingPointTy()) {
716 bool IsFP1 = Ty1->isFloatingPointTy() ||
718 cast<VectorType>(Ty1)->getElementType()->isFloatingPointTy());
719 bool IsFP2 = Ty2->isFloatingPointTy() ||
721 cast<VectorType>(Ty2)->getElementType()->isFloatingPointTy());
    [all...]
SimplifyLibCalls.cpp 107 if ((*it)->getType()->isFloatingPointTy())
848 !FT->getParamType(0)->isFloatingPointTy())
902 !FT->getParamType(0)->isFloatingPointTy())
    [all...]
Reassociate.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 74 return cast<VectorType>(this)->getElementType()->isFloatingPointTy();
159 assert(isFloatingPointTy() && "Not a floating point type!");
651 return ElemTy->isIntegerTy() || ElemTy->isFloatingPointTy();
Instructions.cpp     [all...]
Constants.cpp 120 if (Ty->isFloatingPointTy()) {
513 if (PTy->getElementType()->isFloatingPointTy()) {
519 if (Ty->isFloatingPointTy())
    [all...]
Verifier.cpp     [all...]
ConstantFold.cpp 168 if (DestTy->isFloatingPointTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 85 if (DstEltTy->isFloatingPointTy()) {
100 if (SrcEltTy->isFloatingPointTy()) {
451 (isa<IntegerType>(Ty) || Ty->isFloatingPointTy())) {
470 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 658 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 464 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 2561 milliseconds

1 2