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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 553 auto *IdxType = Type::getInt32Ty(T->getContext());
554 auto *Zero = ConstantInt::get(IdxType, 0);
560 ConstantInt::get(IdxType, i),
589 auto *IdxType = Type::getInt64Ty(T->getContext());
590 auto *Zero = ConstantInt::get(IdxType, 0);
597 ConstantInt::get(IdxType, i),
    [all...]
InstructionCombining.cpp     [all...]

Completed in 662 milliseconds