UseOrConstant    1258 src/arm/lithium-arm.cc       mod = new(zone()) LModI(value, UseOrConstant(instr->right()));
UseOrConstant    1295 src/arm/lithium-arm.cc     LOperand* right = UseOrConstant(instr->MostConstantOperand());
UseOrConstant    2315 src/arm/lithium-arm.h   MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
UseOrConstant    1300 src/ia32/lithium-ia32.cc           new(zone()) LModI(value, UseOrConstant(instr->right()), NULL);
UseOrConstant    1336 src/ia32/lithium-ia32.cc     LOperand* right = UseOrConstant(instr->MostConstantOperand());
UseOrConstant    2415 src/ia32/lithium-ia32.h   MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
UseOrConstant    1195 src/mips/lithium-mips.cc       mod = new(zone()) LModI(value, UseOrConstant(instr->right()));
UseOrConstant    1232 src/mips/lithium-mips.cc     LOperand* right = UseOrConstant(instr->MostConstantOperand());
UseOrConstant    2277 src/mips/lithium-mips.h   MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
UseOrConstant     984 src/x64/lithium-x64.cc   LOperand* argument = UseOrConstant(instr->argument());
UseOrConstant    1238 src/x64/lithium-x64.cc           new(zone()) LModI(value, UseOrConstant(instr->right()), NULL);
UseOrConstant    1274 src/x64/lithium-x64.cc     LOperand* right = UseOrConstant(instr->MostConstantOperand());
UseOrConstant    2268 src/x64/lithium-x64.h   MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);