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

/external/llvm/lib/VMCore/
H A DConstantFold.cpp2025 Constant *PrevIdx = cast<Constant>(Idxs[i-1]); local
2030 if (!PrevIdx->getType()->isIntegerTy(64))
2031 PrevIdx = ConstantExpr::getSExt(PrevIdx,
2037 NewIdxs[i-1] = ConstantExpr::getAdd(PrevIdx, Div);

Completed in 49 milliseconds