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

/external/llvm/lib/IR/
H A DValueTypes.cpp43 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
196 /// getTypeForEVT - This method returns an LLVM type corresponding to the
199 Type *EVT::getTypeForEVT(LLVMContext &Context) const { function in class:EVT

Completed in 100 milliseconds