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

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

Completed in 1483 milliseconds