Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionComparator.cpp161 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local
163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitSimplify.cpp1759 unsigned getCombineOpcode(bool HLow, bool LLow);
1904 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument
1905 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()
1907 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()