Searched refs:addIntegerConstant (Results 1 – 5 of 5) sorted by relevance
96 constantPoolEditor.addIntegerConstant(integerConstant.getValue()); in visitIntegerConstant()
53 public int addIntegerConstant(int value) in addIntegerConstant() method in ConstantPoolEditor
223 virtual SPIRVValue *addIntegerConstant(SPIRVTypeInt *, uint64_t) = 0;
222 virtual SPIRVValue *addIntegerConstant(SPIRVTypeInt *, uint64_t);887 return addIntegerConstant(static_cast<SPIRVTypeInt*>(Ty), V); in addConstant()892 SPIRVModuleImpl::addIntegerConstant(SPIRVTypeInt *Ty, uint64_t V) { in addIntegerConstant() function in SPIRV::SPIRVModuleImpl
483 constantPoolEditor.addIntegerConstant(value)); in replaceIntegerPushInstruction()