Home
last modified time | relevance | path

Searched refs:addIntegerConstant (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DConstantAdder.java96 constantPoolEditor.addIntegerConstant(integerConstant.getValue()); in visitIntegerConstant()
DConstantPoolEditor.java53 public int addIntegerConstant(int value) in addIntegerConstant() method in ConstantPoolEditor
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h223 virtual SPIRVValue *addIntegerConstant(SPIRVTypeInt *, uint64_t) = 0;
DSPIRVModule.cpp222 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
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java483 constantPoolEditor.addIntegerConstant(value)); in replaceIntegerPushInstruction()