Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp392 unsigned FilterLength = CI->getZExtValue(); in AddCatchInfo() local
393 unsigned FirstCatch = i + FilterLength + !FilterLength; in AddCatchInfo()
404 if (!FilterLength) { in AddCatchInfo()
409 TyInfo.reserve(FilterLength - 1); in AddCatchInfo()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp467 unsigned FilterLength = CI->getZExtValue(); in TransferClausesToLandingPadInst() local
468 unsigned FirstCatch = i + FilterLength + !FilterLength; in TransferClausesToLandingPadInst()
482 if (!FilterLength) { in TransferClausesToLandingPadInst()
488 TyInfo.reserve(FilterLength - 1); in TransferClausesToLandingPadInst()