HomeSort by relevance Sort by last modified time
    Searched refs:isFPOrFPVectorTy (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/IR/
Constants.cpp 62 if (getType()->isFPOrFPVectorTy())
705 if (Ty->isFPOrFPVectorTy())
    [all...]
Instructions.cpp     [all...]
Verifier.cpp     [all...]
ValueTypes.cpp 50 return LLVMTy->isFPOrFPVectorTy();
  /external/llvm/include/llvm/IR/
Operator.h 308 return I->getType()->isFPOrFPVectorTy() ||
Type.h 171 /// isFPOrFPVectorTy - Return true if this is a FP type or a vector of FP.
173 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); }
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 511 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
513 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
515 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
518 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
521 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 748 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
750 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
752 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
755 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
758 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 468 if (Ops.LHS->getType()->isFPOrFPVectorTy())
    [all...]
CGBuiltin.cpp 488 Imag->getType()->isFPOrFPVectorTy()
    [all...]
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 738 bool IsFP = Ty->isFPOrFPVectorTy();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 923 milliseconds