Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp152 unsigned IVOperIdx = 0; in eliminateIVComparison() local
157 IVOperIdx = 1; in eliminateIVComparison()
162 const SCEV *S = SE->getSCEV(ICmp->getOperand(IVOperIdx)); in eliminateIVComparison()
163 const SCEV *X = SE->getSCEV(ICmp->getOperand(1 - IVOperIdx)); in eliminateIVComparison()