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

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 420 Type *FieldTy = cast<StructType>(V->getType())->getElementType(i);
421 LV.markConstant(Constant::getNullValue(FieldTy));
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 316 llvm::DIType FieldTy =
320 EltTys.push_back(FieldTy);
493 llvm::DIType FieldTy;
530 FieldTy = DescTy;
533 FieldTy = DBuilder.createMemberType(Unit, "__descriptor", Unit,
535 FieldOffset, 0, FieldTy);
536 EltTys.push_back(FieldTy);
    [all...]
CGObjCMac.cpp     [all...]

Completed in 30 milliseconds