Searched defs:VectorTy (Results 1 – 8 of 8) sorted by relevance
193 VectorType *VectorTy = arrayTypeToVecType(AllocaTy); in tryPromoteAllocaToVector() local
292 VectorType *VectorTy; member in __anoncd097cef0211::ConvertToScalarInfo
1306 } else if (VectorType *VectorTy = dyn_cast<VectorType>(ElementTy)) { in getNaturalGEPWithType() local
60 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy; typedef in __anon7892a6a40111::MapVector
431 CAMLprim value llvm_vector_size(LLVMTypeRef VectorTy) { in llvm_vector_size()
5664 Type *VectorTy = ToVectorTy(RetTy, VF); in getInstructionCost() local
494 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize()
5155 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast()