Searched refs:LLow (Results 1 – 2 of 2) sorted by relevance
161 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
1759 unsigned getCombineOpcode(bool HLow, bool LLow);1904 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument1905 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()1907 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()