HomeSort by relevance Sort by last modified time
    Searched defs:VType (Results 1 - 2 of 2) 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...]

Completed in 191 milliseconds