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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 550 auto *IdxType = Type::getInt32Ty(ST->getContext());
551 auto *Zero = ConstantInt::get(IdxType, 0);
555 ConstantInt::get(IdxType, i),
    [all...]
InstructionCombining.cpp     [all...]

Completed in 7143 milliseconds