Searched refs:IRIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2396 Optional<unsigned> IRIndex = cast<GEPOperator>(CE)->getInRangeIndex(); local
2397 if (IRIndex && *IRIndex == CE->getNumOperands() - 2 && !Idx0->isNullValue())
2398 IRIndex = None;
2403 IRIndex);

Completed in 89 milliseconds