Searched refs:VecSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp905 uint64_t VecSize = TD.getTypeAllocSizeInBits(VTy); local
910 if (ValSize == VecSize)
/external/llvm/lib/VMCore/
H A DConstants.cpp787 unsigned VecSize = V.size(); local
788 SmallVector<Type*, 16> EltTypes(VecSize);
789 for (unsigned i = 0; i != VecSize; ++i)
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp2792 unsigned VecSize = Context.getTypeSize(VT);
2793 if (VecSize != 64 && VecSize != 128)
/external/clang/lib/AST/
H A DExprConstant.cpp1233 unsigned VecSize = Info.Ctx.getTypeSize(VecTy); local
1237 Res = llvm::APInt::getNullValue(VecSize);
1253 Res |= EltAsInt.zextOrTrunc(VecSize).rotr(i*EltSize+BaseEltSize);
1255 Res |= EltAsInt.zextOrTrunc(VecSize).rotl(i*EltSize);

Completed in 167 milliseconds