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

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

Completed in 193 milliseconds