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

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 635 if (SequentialType *SeqTy = dyn_cast<SequentialType>(InitTy)) {
639 if (ArrayType *AT = dyn_cast<ArrayType>(SeqTy))
641 else if (VectorType *VT = dyn_cast<VectorType>(SeqTy))
646 unsigned EltSize = TD->getTypeAllocSize(SeqTy->getElementType());
    [all...]

Completed in 110 milliseconds