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

  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 680 Type *VType = getVecTypeForPair(aType);
681 unsigned VecAlignment = TD->getPrefTypeAlignment(VType);
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 850 llvm::VectorType *VType =
853 if (!VType) {
862 unsigned ResElts = VType->getNumElements();
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 404 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) {
405 ElementType = VType->getElementType();
406 NumElements = VType->getNumElements();
    [all...]

Completed in 374 milliseconds