Searched refs:IntegerType (Results 51 - 75 of 102) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp604 Type *Int64 = IntegerType::get(A->getContext(), 64);
H A DLazyValueInfo.cpp713 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
H A DScalarEvolution.cpp331 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty));
775 IntegerType *CalculationTy = IntegerType::get(SE.getContext(),
978 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
1123 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2);
1244 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2);
2149 IntegerType *ExtTy =
2150 IntegerType::get(getContext(), getTypeSizeInBits(Ty) + MaxShiftAmt);
3702 IntegerType
[all...]
H A DMemoryBuiltins.cpp402 IntegerType *IntTy = DL->getIntPtrType(Context);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp52 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp445 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1421 Ty = llvm::IntegerType::get(getLLVMContext(), Size);
1651 if (isa<llvm::IntegerType>(OutputTy))
1757 llvm::IntegerType::get(getLLVMContext(), (unsigned)ResSize));
1762 llvm::IntegerType::get(getLLVMContext(), (unsigned)TmpSize));
H A DCGExprCXX.cpp487 assert(isa<llvm::IntegerType>(numElements->getType()));
497 llvm::IntegerType *numElementsType
498 = cast<llvm::IntegerType>(numElements->getType());
1441 llvm::IntegerType *SizeTy
1442 = cast<llvm::IntegerType>(CGF.ConvertType(size_t));
H A DCGCall.cpp724 if ((isa<llvm::IntegerType>(Ty) || isa<llvm::PointerType>(Ty)) &&
725 (isa<llvm::IntegerType>(SrcTy) || isa<llvm::PointerType>(SrcTy))) {
810 if ((isa<llvm::IntegerType>(SrcTy) || isa<llvm::PointerType>(SrcTy)) &&
811 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) {
1212 if (isa<llvm::IntegerType>(varType))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp549 IntegerType *Ty = cast<IntegerType>(I.getType());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp317 IntegerType *PtrTy = cast<IntegerType>(TD->getIntPtrType(V->getType()));
3482 IntegerType *BitMapElementTy;
3537 IntegerType *IT = cast<IntegerType>(DefaultValue->getType());
3572 IntegerType *MapTy = BitMap->getType();
3606 const IntegerType *IT = dyn_cast<IntegerType>(ElementType);
H A DIntegerDivision.cpp132 IntegerType *I32Ty = Builder.getInt32Ty();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp4721 QualType IntegerType = ParamType;
4722 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4723 IntegerType = Enum->getDecl()->getIntegerType();
4724 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
4806 QualType IntegerType = Context.getCanonicalType(ParamType); local
4807 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4808 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
4813 unsigned AllowedBits = Context.getTypeSize(IntegerType);
4816 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
4822 unsigned AllowedBits = Context.getTypeSize(IntegerType);
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp435 if (const IntegerType *ITy = dyn_cast<IntegerType>(Ty)) {
1334 unsigned NumBits = cast<IntegerType>(Ty)->getBitWidth();
1585 if (isa<IntegerType>(Ty)) {
1586 sz = cast<IntegerType>(Ty)->getBitWidth();
H A DNVPTXISelLowering.cpp366 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) {
444 if (isa<IntegerType>(Ty)) {
445 sz = cast<IntegerType>(Ty)->getBitWidth();
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp255 return wrap(IntegerType::get(*unwrap(C), NumBits));
278 return unwrap<IntegerType>(IntegerTy)->getBitWidth();
663 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));
669 IntegerType *Ty = unwrap<IntegerType>(IntTy);
677 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str),
683 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str, SLen),
H A DFunction.cpp628 return IntegerType::get(Context, D.Integer_Width);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp302 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp184 return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_";
369 unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
370 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
728 << cast<IntegerType>(CI->getType())->getBitWidth()
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1192 IntegerType *ITy = IntegerType::get(FuncInfo.Fn->getContext(),
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1593 } else if (cast<IntegerType>(IntPtrTy)->getBitWidth() <
1594 cast<IntegerType>(V->getType())->getBitWidth()) {
H A DIndVarSimplify.cpp393 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
1502 assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()),
H A DLoopIdiomRecognize.cpp514 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp840 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp399 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
1018 if (isa<IntegerType>(EltTy)) {

Completed in 420 milliseconds

12345