Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.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
HDInstCombineAddSub.cpp970 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/
HDARMSubtarget.cpp67 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
HDARMFastISel.cpp2702 } IT[2][2][3][2] = { in ARMEmitIntExt() local
/trueos/contrib/llvm/lib/Target/
HDTargetMachineC.cpp77 for (TargetRegistry::iterator IT = TargetRegistry::begin(), in LLVMGetTargetFromName() local
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaAccess.cpp299 } else if (const InjectedClassNameType *IT in IsDerivedFromInclusive() local
665 } else if (const InjectedClassNameType *IT in findFriendship() local
HDSemaPseudoObject.cpp530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType() local
HDSemaExpr.cpp2821 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()
2858 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr() local
/trueos/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp57 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) { in FoldBitCast() local
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3537 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/
HDMemorySanitizer.cpp712 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy)) in getShadowTy() local
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp1152 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
HDCGExprScalar.cpp2649 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
HDCGObjCMac.cpp6980 const ObjCInterfaceType *IT = PT->getInterfaceType(); in GetEHType() local
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1164 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()
1176 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()
HDDecl.h1697 void setTrivial(bool IT) { IsTrivial = IT; } in setTrivial()
/trueos/contrib/llvm/lib/IR/
HDConstants.cpp2214 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) { in isElementTypeCompatible() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp482 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()