Home
last modified time | relevance | path

Searched defs:IT (Results 1 – 18 of 18) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DRegionCode.java39 static final String IT = "IT"; field in RegionCode
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp317 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
335 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
352 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); in visitCallInst() local
871 if (IntrinsicInst *IT = FindInitTrampolineFromAlloca(TrampMem)) in FindInitTrampoline() local
873 if (IntrinsicInst *IT = FindInitTrampolineFromBB(AdjustTramp, TrampMem)) in FindInitTrampoline() local
DInstCombineAddSub.cpp934 IntegerType *IT = cast<IntegerType>(I.getType()); in visitAdd() local
995 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in visitAdd() local
/external/clang/lib/Sema/
DSemaAccess.cpp299 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
666 } else if (const InjectedClassNameType *IT in findFriendship() local
DSemaPseudoObject.cpp481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
DSemaTemplateInstantiate.cpp1101 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr() local
DSemaExpr.cpp2593 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp1168 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, in getTypeSize()
/external/llvm/lib/Analysis/
DConstantFolding.cpp56 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) { in FoldBitCast() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3473 IntegerType *IT = cast<IntegerType>(DefaultValue->getType()); in SwitchLookupTable() local
3542 const IntegerType *IT = dyn_cast<IntegerType>(ElementType); in WouldFitInRegister() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp579 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1128 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
DCGExprScalar.cpp2561 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
DCGObjCMac.cpp6966 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
/external/clang/include/clang/AST/
DExpr.h1152 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()
1164 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
DDecl.h1630 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
/external/llvm/lib/IR/
DConstants.cpp2171 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) { in isElementTypeCompatible() local
/external/clang/lib/AST/
DExpr.cpp462 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()