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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 424 unsigned FilterLength = CI->getZExtValue();
425 unsigned FirstCatch = i + FilterLength + !FilterLength;
436 if (!FilterLength) {
441 TyInfo.reserve(FilterLength - 1);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 87 unsigned FilterLength = CI->getZExtValue();
88 unsigned FirstCatch = i + FilterLength + !FilterLength;
102 if (!FilterLength) {
108 TyInfo.reserve(FilterLength - 1);
    [all...]

Completed in 27 milliseconds