Searched defs:getEVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DValueTypes.cpp76 return EVT::getEVT(cast<VectorType>(LLVMTy)->getElementType());
194 /// getEVT - Return the value type corresponding to the specified type. This
197 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ function in class:EVT
216 return getVectorVT(Ty->getContext(), getEVT(VTy->getElementType(), false),

Completed in 46 milliseconds