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

  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Constants.cpp     [all...]
Instructions.cpp     [all...]
ValueTypes.cpp 45 return LLVMTy->isFPOrFPVectorTy();
  /external/llvm/include/llvm/IR/
Type.h 182 /// isFPOrFPVectorTy - Return true if this is a FP type or a vector of FP.
184 bool isFPOrFPVectorTy() const { return getScalarType()->isFloatingPointTy(); }
Operator.h 303 return I->getType()->isFPOrFPVectorTy();
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 420 if (Ops.LHS->getType()->isFPOrFPVectorTy())
    [all...]
TargetInfo.cpp     [all...]
CGBuiltin.cpp 262 Imag->getType()->isFPOrFPVectorTy()
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 830 if (SI.getType()->isFPOrFPVectorTy()) {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 135 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
137 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
139 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
142 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
145 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 189 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
191 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
193 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
196 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
199 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 431 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
433 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
435 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
438 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
441 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 705 milliseconds