Searched refs:OutputVTSize (Results 1 – 1 of 1) sorted by relevance
39 int64_t OutputVTSize = OutputVT->getValueAsInt("Size"); in VTtoGetLLVMTyString() local44 switch (OutputVTSize) { in VTtoGetLLVMTyString()66 if ((isPowerOf2_64(OutputVTSize) && OutputVTSize >= 8 && in VTtoGetLLVMTyString()67 OutputVTSize <= 128) || in VTtoGetLLVMTyString()68 OutputVTSize == 1) in VTtoGetLLVMTyString()69 OS << "Type::getInt" << OutputVTSize << "Ty(Context)"; in VTtoGetLLVMTyString()71 OS << "Type::getIntNTy(Context, " << OutputVTSize << ")"; in VTtoGetLLVMTyString()