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 853 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
855 ElIdx));
856 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
857 Ty = STy->getTypeAtIndex(ElIdx);
    [all...]
ScalarEvolutionExpander.cpp 468 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
470 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
471 ElTy = STy->getTypeAtIndex(ElIdx);
473 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]

Completed in 62 milliseconds