Searched defs:ITy (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType())); local
174 auto *ITy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp444 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); local
H A DInstructionSimplify.cpp2593 Type *ITy = GetCompareTy(LHS); // The return type. local
2729 Type *ITy = GetCompareTy(RHS); // The return type. local
2771 Type *ITy = GetCompareTy(LHS); // The return type. local
3085 Type *ITy = GetCompareTy(LHS); // The return type. local
3325 Type *ITy = GetCompareTy(LHS); // The return type. local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp344 llvm::Type *ITy = local
358 llvm::Type *ITy = local
H A DCGOpenMPRuntime.cpp1530 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; local
1556 llvm::Type *ITy = IVSize == 32 ? CGM.Int32Ty : CGM.Int64Ty; local
1595 llvm::Type *ITy local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp845 Type *ITy = I->getType(); local
H A DInstCombineVectorOps.cpp1223 Type *ITy = I->getType(); local
H A DInstCombineCalls.cpp272 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2059 IntegerType *ITy = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2740 VectorType *ITy = VectorType::getInteger(FTy); local
2749 VectorType *ITy = VectorType::getInteger(FTy); local
2759 VectorType *ITy = VectorType::getInteger(FTy); local
2768 VectorType *ITy local
[all...]
H A DConstants.cpp779 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); local

Completed in 485 milliseconds