Searched refs:getCBufRetType (Results 1 – 3 of 3) sorted by relevance
204 static StructType *getCBufRetType(Type *ElementTy) { in getCBufRetType() function300 return getCBufRetType(Type::getHalfTy(Ctx)); in getTypeFromOpParamType()302 return getCBufRetType(Type::getFloatTy(Ctx)); in getTypeFromOpParamType()304 return getCBufRetType(Type::getDoubleTy(Ctx)); in getTypeFromOpParamType()306 return getCBufRetType(Type::getInt16Ty(Ctx)); in getTypeFromOpParamType()308 return getCBufRetType(Type::getInt32Ty(Ctx)); in getTypeFromOpParamType()310 return getCBufRetType(Type::getInt64Ty(Ctx)); in getTypeFromOpParamType()582 StructType *DXILOpBuilder::getCBufRetType(Type *ElementTy) { in getCBufRetType() function in llvm::dxil::DXILOpBuilder583 return ::getCBufRetType(ElementTy); in getCBufRetType()
54 StructType *getCBufRetType(Type *ElementTy);
537 Type *NewRetTy = OpBuilder.getCBufRetType(ScalarTy); in lowerCBufferLoad()