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

  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 740 Type *SourceTy = GepInst->getSourceElementType();
744 if (isa<StructType>(SourceTy)) {
745 StructTy = cast<StructType>(SourceTy);
756 Type *Ty = GetElementPtrInst::getIndexedType(SourceTy, IdxVec);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 911 milliseconds