Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp128 unsigned CallIdx = 0; in addCallStack() local
131 for (const Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
135 if (CallIdx >= SkipStart && CallIdx < SkipEnd) { in addCallStack()
136 if (CallIdx == SkipStart) { in addCallStack()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp157 unsigned CallIdx = R->getNumOperands() - (R->isPredicated() ? 2 : 1); in inferScalarTypeForRecipe() local
158 return cast<Function>(R->getOperand(CallIdx)->getLiveInIRValue()) in inferScalarTypeForRecipe()