HomeSort by relevance Sort by last modified time
    Searched defs:isVectorTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 48 assert(Ty->isVectorTy() && "Can only scalarize vectors");
65 assert(Ty->isVectorTy() && "Can only shuffle vectors");
316 if (Ty->isVectorTy()) {
368 if (!Src->isVectorTy() && !Dst->isVectorTy()) {
384 if (Dst->isVectorTy() && Src->isVectorTy()) {
423 return (Src->isVectorTy() ? getScalarizationOverhead(Src, false, true)
425 (Dst->isVectorTy() ? getScalarizationOverhead(Dst, true, false)
444 if (CondTy->isVectorTy())
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 217 /// isVectorTy - True if this is an instance of VectorType.
219 bool isVectorTy() const { return getTypeID() == VectorTyID; }
245 isPointerTy() || isVectorTy();

Completed in 68 milliseconds