Home
last modified time | relevance | path

Searched refs:LLow (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp179 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local
181 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1794 unsigned getCombineOpcode(bool HLow, bool LLow);
1939 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument
1940 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()
1942 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()