Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp161 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local
163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp171 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local
173 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1675 unsigned getCombineOpcode(bool HLow, bool LLow);
1803 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument
1804 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()
1806 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1769 unsigned getCombineOpcode(bool HLow, bool LLow);
1914 unsigned BitSimplification::getCombineOpcode(bool HLow, bool LLow) { in getCombineOpcode() argument
1915 return HLow ? LLow ? Hexagon::A2_combine_ll in getCombineOpcode()
1917 : LLow ? Hexagon::A2_combine_hl in getCombineOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.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()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp567 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I)); in cmpRangeMetadata() local
569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()