Searched refs:LLow (Results 1 – 2 of 2) sorted by relevance
179 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local181 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
1794 unsigned getCombineOpcode(bool HLow, bool LLow);1939 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument1940 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()1942 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()