HomeSort by relevance Sort by last modified time
    Searched refs:ATy (Results 26 - 40 of 40) sorted by null

12

  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
Type.cpp 200 if (const ArrayType *ATy = dyn_cast<ArrayType>(this))
201 return ATy->getElementType().getTypePtr();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 419 if (ArrayType *ATy = dyn_cast<ArrayType>(GV.getType()->getElementType())) {
420 StructType *STy = dyn_cast<StructType>(ATy->getElementType());
443 if (ArrayType *ATy = dyn_cast<ArrayType>(GVType)) {
444 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType());
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 506 if (ArrayType *ATy = dyn_cast<ArrayType>(ElTy))
507 ElTy = ATy->getElementType();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 258 else if (ArrayType *ATy = dyn_cast<ArrayType>(EltTy)) {
259 if (IdxVal >= ATy->getNumElements()) return nullptr;
260 EltTy = ATy->getElementType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 728 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
730 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2463 milliseconds

12