HomeSort by relevance Sort by last modified time
    Searched refs:ElIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 746 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
748 ElIdx));
749 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
750 Ty = STy->getTypeAtIndex(ElIdx);
    [all...]
ScalarEvolutionExpander.cpp 469 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
471 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
472 ElTy = STy->getTypeAtIndex(ElIdx);
474 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]

Completed in 34 milliseconds