Home | History | Annotate | Download | only in IR

Lines Matching refs:LLVMTy

23   LLVMContext &Context = LLVMTy->getContext();
30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
45 return LLVMTy->isFPOrFPVectorTy();
50 return LLVMTy->isIntOrIntVectorTy();
55 return LLVMTy->isVectorTy();
88 return EVT::getEVT(cast<VectorType>(LLVMTy)->getElementType());
93 return cast<VectorType>(LLVMTy)->getNumElements();
98 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy))
100 if (VectorType *VTy = dyn_cast<VectorType>(LLVMTy))
179 return LLVMTy;