HomeSort by relevance Sort by last modified time
    Searched defs:LLow (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
FunctionComparator.cpp 149 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I));
151 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue()))
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 567 ConstantInt *LLow = mdconst::extract<ConstantInt>(L->getOperand(I));
569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue()))
    [all...]

Completed in 89 milliseconds