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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 643 DICompositeType SPTy = SP.getType();
644 unsigned SPTag = SPTy.getTag();
648 DIArray Args = SPTy.getTypeArray();
    [all...]
DwarfDebug.cpp 209 DICompositeType SPTy = SP.getType();
210 DIArray Args = SPTy.getTypeArray();
211 unsigned SPTag = SPTy.getTag();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 617 PointerType* SPTy = cast<PointerType>(SrcPtr->getType());
619 if (SPTy->getAddressSpace() != AIPTy->getAddressSpace()) {
621 SPTy->getAddressSpace());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 423 milliseconds