HomeSort by relevance Sort by last modified time
    Searched defs:getTypeForEVT (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
ValueTypes.cpp 43 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
201 /// getTypeForEVT - This method returns an LLVM type corresponding to the
204 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueTypes.cpp 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
146 /// getTypeForEVT - This method returns an LLVM type corresponding to the
149 Type *EVT::getTypeForEVT(LLVMContext &Context) const {

Completed in 407 milliseconds