HomeSort by relevance Sort by last modified time
    Searched refs:getSizetType (Results 1 - 3 of 3) sorted by null

  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 269 llvm::IntegerType* getSizetType();
528 static_cast<SPIRVConstant*>(transValue(ConstantInt::get(getSizetType(),
    [all...]
SPIRVUtil.cpp 822 IntegerType* getSizetType(Module *M) {
870 return ConstantInt::get(getSizetType(M), value, false);
    [all...]
SPIRVInternal.h 721 IntegerType *getSizetType(Module *M);
    [all...]

Completed in 360 milliseconds