Home
last modified time | relevance | path

Searched refs:IntegerType (Results 101 – 125 of 186) sorted by relevance

12345678

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp561 if (isa<IntegerType>(BBI->getType())) { in getFromRangeMetadata()
1302 if (isa<IntegerType>(Usr->getType()) && isOperationFoldable(Usr)) { in getEdgeValueLocal()
1343 if (!isa<IntegerType>(Val->getType())) in getEdgeValueLocal()
H A DTypeBasedAliasAnalysis.cpp547 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); in createAccessTag()
H A DScalarEvolution.cpp461 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); in getConstant()
1000 IntegerType *CalculationTy = IntegerType::get(SE.getContext(), in BinomialCoefficient()
1411 Type *WideTy = IntegerType::get(SE->getContext(), BitWidth * 2); in getPreStartForExtend()
1653 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getZeroExtendExpr()
1994 Type *WideTy = IntegerType::get(getContext(), BitWidth * 2); in getSignExtendExpr()
3109 IntegerType::get(getContext(), RHSC->getAPInt().logBase2()); in getURemExpr()
3153 IntegerType *ExtTy = in getUDivExpr()
4624 uint32_t BitWidth = cast<IntegerType>(Op->getType())->getBitWidth(); in MatchBinaryOp()
6765 Type *TruncTy = IntegerType::get(getContext(), BitWidth - AShrAmt); in createSCEV()
8104 auto *Ty = cast<IntegerType>(RHS->getType()); in computeShiftCompareExitLimit()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp470 auto *SizeType = dyn_cast<IntegerType>(NewMO.getLength()->getType()); in perform()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp274 IntegerType::get(M->getContext(), CounterBitWidth); in TryConvertLoop()
H A DSjLjEHPrepare.cpp41 IntegerType *DataTy;
H A DCodeGenPrepare.cpp5262 if (cast<IntegerType>(IntPtrTy)->getBitWidth() > in optimizeMemoryInst()
5263 cast<IntegerType>(ScaledRegTy)->getBitWidth()) in optimizeMemoryInst()
5318 assert(cast<IntegerType>(IntPtrTy)->getBitWidth() < in optimizeMemoryInst()
5319 cast<IntegerType>(V->getType())->getBitWidth() && in optimizeMemoryInst()
5406 } else if (cast<IntegerType>(IntPtrTy)->getBitWidth() < in optimizeMemoryInst()
5407 cast<IntegerType>(V->getType())->getBitWidth()) { in optimizeMemoryInst()
6980 if (RegWidth <= cast<IntegerType>(OldType)->getBitWidth()) in optimizeSwitchInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp157 uint32_t BitWidth = cast<IntegerType>(UseInst->getType())->getBitWidth(); in foldIVUser()
448 auto *NarrowTy = cast<IntegerType>(LHS->getType()); in willNotOverflow()
450 IntegerType::get(NarrowTy->getContext(), NarrowTy->getBitWidth() * 2); in willNotOverflow()
H A DLoopUtils.cpp1119 unsigned BitWidth = cast<IntegerType>(S->getType())->getBitWidth(); in cannotBeMinInLoop()
1130 unsigned BitWidth = cast<IntegerType>(S->getType())->getBitWidth(); in cannotBeMaxInLoop()
H A DLoopUnrollRuntime.cpp659 unsigned BEWidth = cast<IntegerType>(BECountSC->getType())->getBitWidth(); in UnrollRuntimeLoopRemainder()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp381 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) in mightUseCTR()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp352 return cast<IntegerType>(Index->getType())->getBitWidth() < PointerSizeInBits; in requiresSignExtension()
H A DIndVarSimplify.cpp360 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext()); in handleFloatingPointIV()
1003 assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()), in genLoopLimit()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp587 return wrap(IntegerType::get(*unwrap(C), NumBits)); in LLVMIntTypeInContext()
613 return unwrap<IntegerType>(IntegerTy)->getBitWidth(); in LLVMGetIntTypeWidth()
1353 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0)); in LLVMConstInt()
1359 IntegerType *Ty = unwrap<IntegerType>(IntTy); in LLVMConstIntOfArbitraryPrecision()
1367 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str), in LLVMConstIntOfString()
1373 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str, SLen), in LLVMConstIntOfStringAndSize()
H A DDIBuilder.cpp337 ConstantInt::get(IntegerType::get(VMContext, 32), VBPtrOffset)); in createInheritance()
379 ConstantAsMetadata::get(ConstantInt::get(IntegerType::get(VMContext, 64), in createBitFieldMemberType()
H A DIRBuilder.cpp1081 const DataLayout &DL, Value *From, IntegerType *ExtractedTy, in CreateExtractInteger()
1083 auto *IntTy = cast<IntegerType>(From->getType()); in CreateExtractInteger()
H A DLLVMContextImpl.h1432 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
1437 DenseMap<unsigned, IntegerType*> IntegerTypes;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1301 IntegerType *Int32Ty = in trySelect()
1302 IntegerType::get(MF->getFunction().getContext(), 32); in trySelect()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp719 assert(isa<llvm::IntegerType>(numElements->getType())); in EmitCXXNewAllocSize()
729 llvm::IntegerType *numElementsType in EmitCXXNewAllocSize()
730 = cast<llvm::IntegerType>(numElements->getType()); in EmitCXXNewAllocSize()
H A DCGCall.cpp1248 if ((isa<llvm::IntegerType>(Ty) || isa<llvm::PointerType>(Ty)) && in CreateCoercedLoad()
1249 (isa<llvm::IntegerType>(SrcTy) || isa<llvm::PointerType>(SrcTy))) { in CreateCoercedLoad()
1347 if ((isa<llvm::IntegerType>(SrcTy) || isa<llvm::PointerType>(SrcTy)) && in CreateCoercedStore()
1348 (isa<llvm::IntegerType>(DstTy) || isa<llvm::PointerType>(DstTy))) { in CreateCoercedStore()
2542 if (isa<llvm::IntegerType>(varType)) in emitArgumentDemotion()
3354 llvm::IntegerType *ITy, in EmitCMSEClearRecord()
3571 auto *ITy = dyn_cast<llvm::IntegerType>(RV->getType()); in EmitFunctionEpilog()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp577 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth(); in runFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp251 Type *SrcIntTy = IntegerType::getIntNTy(Scalar->getContext(), SrcWidth); in foldBitcastExtElt()
263 Type *DestIntTy = IntegerType::getIntNTy(Scalar->getContext(), DestWidth); in foldBitcastExtElt()
1635 Type *I32Ty = IntegerType::getInt32Ty(V->getContext()); in evaluateInDifferentElementOrder()
H A DInstructionCombining.cpp1301 assert(isa<IntegerType>(Val->getType()) && "Can only descale integers!"); in Descale()
1302 assert(cast<IntegerType>(Val->getType())->getBitWidth() == in Descale()
2976 IntegerType *Ty = IntegerType::get(SI.getContext(), NewWidth); in visitSwitchInst()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp717 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp274 IntegerType::get(Ctx, EltSize), in flatten()

12345678