| /trueos/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 317 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
|
| HD | InstCombineAddSub.cpp | 970 IntegerType *IT = cast<IntegerType>(I.getType()); in visitAdd() local 1036 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) { in visitAdd() local
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMSubtarget.cpp | 67 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
|
| HD | ARMFastISel.cpp | 2702 } IT[2][2][3][2] = { in ARMEmitIntExt() local
|
| /trueos/contrib/llvm/lib/Target/ |
| HD | TargetMachineC.cpp | 77 for (TargetRegistry::iterator IT = TargetRegistry::begin(), in LLVMGetTargetFromName() local
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaAccess.cpp | 299 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local 665 } else if (const InjectedClassNameType *IT in findFriendship() local
|
| HD | SemaPseudoObject.cpp | 530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
|
| HD | SemaExpr.cpp | 2821 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr() 2858 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 57 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) { in FoldBitCast() local
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 3537 IntegerType *IT = cast<IntegerType>(DefaultValue->getType()); in SwitchLookupTable() local 3606 const IntegerType *IT = dyn_cast<IntegerType>(ElementType); in WouldFitInRegister() local
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 712 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy() local
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjCGNU.cpp | 1152 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
|
| HD | CGExprScalar.cpp | 2649 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
|
| HD | CGObjCMac.cpp | 6980 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 1164 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr() 1176 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
|
| HD | Decl.h | 1697 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Constants.cpp | 2214 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) { in isElementTypeCompatible() local
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 482 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
|