Searched refs:LLow (Results 1 – 4 of 4) sorted by relevance
149 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local151 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
1675 unsigned getCombineOpcode(bool HLow, bool LLow);1803 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument1804 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()1806 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()
1762 unsigned getCombineOpcode(bool HLow, bool LLow);1907 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument1908 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()1910 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()
567 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()