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 690 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
692 ElIdx));
693 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
694 Ty = STy->getTypeAtIndex(ElIdx);
    [all...]
ScalarEvolutionExpander.cpp 443 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
445 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
446 ElTy = STy->getTypeAtIndex(ElIdx);
448 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]

Completed in 639 milliseconds