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

1 2

  /external/llvm/include/llvm/IR/
Type.h 157 /// isFloatingPointTy - Return true if this is one of the six floating point
159 bool isFloatingPointTy() const {
183 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); }
251 return isFloatingPointTy() || isX86_MMXTy() || isIntegerTy() ||
270 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 75 !I.getArgOperand(0)->getType()->isFloatingPointTy() ||
86 !I.getArgOperand(0)->getType()->isFloatingPointTy() ||
87 !I.getArgOperand(1)->getType()->isFloatingPointTy() ||
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 155 } else if (Tp->isFloatingPointTy()) {
177 } else if (Tp->isFloatingPointTy()) {
335 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
376 if (Ty->isFloatingPointTy()) {
525 if (VTy->getScalarType()->isFloatingPointTy() &&
535 DestTy->getScalarType()->isFloatingPointTy()) {
544 if (VTy->getScalarType()->isFloatingPointTy() &&
545 DestTy->getScalarType()->isFloatingPointTy()) {
593 bool fp = Val0->getType()->getScalarType()->isFloatingPointTy();
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 502 if (Op.first->getType()->isFloatingPointTy()) {
518 if (Op.second->getType()->isFloatingPointTy())
529 if (Op.LHS.first->getType()->isFloatingPointTy()) {
541 if (Op.LHS.first->getType()->isFloatingPointTy()) {
556 if (Op.LHS.first->getType()->isFloatingPointTy()) {
582 if (Op.LHS.first->getType()->isFloatingPointTy()) {
    [all...]
CGExprScalar.cpp 787 assert(SrcTy->isFloatingPointTy() && "Unknown real conversion");
793 assert(SrcTy->isFloatingPointTy() && DstTy->isFloatingPointTy() &&
    [all...]
CGStmt.cpp     [all...]
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 41 EXPECT_TRUE(Op->getType()->isFloatingPointTy());
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 72 if (SrcEltTy->isFloatingPointTy()) {
134 if (DstEltTy->isFloatingPointTy()) {
148 if (SrcEltTy->isFloatingPointTy()) {
559 (isa<IntegerType>(Ty) || Ty->isFloatingPointTy())) {
578 if (Ty->isFloatingPointTy())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
Reassociate.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Type.cpp 145 assert(isFloatingPointTy() && "Not a floating point type!");
719 return ElemTy->isIntegerTy() || ElemTy->isFloatingPointTy() ||
ConstantFold.cpp 170 if (DestTy->isFloatingPointTy())
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 120 if ((*it)->getType()->isFloatingPointTy())
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 299 bool IsFloat = Ty->getScalarType()->isFloatingPointTy();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 433 if (i->isFloatingPointTy()) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 294 if (!CI->getArgOperand(0)->getType()->isFloatingPointTy())
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 419 else if (T->isFloatingPointTy())
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 720 if (Ty->isFloatingPointTy() || Ty->isIntegerTy()) {
727 assert(Ty->isFloatingPointTy() && "Floating point type expected here");
    [all...]
NVPTXISelLowering.cpp 510 if (retTy->isFloatingPointTy() || retTy->isIntegerTy()) {
517 assert(retTy->isFloatingPointTy() &&
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 756 if (Val->getScalarType()->isFloatingPointTy() && Index == 0)
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 739 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 549 if (Ty->isFloatingPointTy() || Ty->isX86_MMXTy() || Ty->isIntegerTy() ||
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 640 if (C->getType()->getElementType()->isFloatingPointTy())
    [all...]

Completed in 950 milliseconds

1 2