Searched refs:isInBounds (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp904 if (Idx+1 != GEPI->getNumOperands() && !GEPI->isInBounds())
H A DInstCombineSelect.cpp407 return TGEP->isInBounds() && FGEP->isInBounds()
H A DInstCombineAddSub.cpp1660 if (IsNUW && !GEP2 && !Swapped && GEP1->isInBounds() &&
H A DInstCombineVectorOps.cpp1282 GEP->setIsInBounds(cast<GetElementPtrInst>(I)->isInBounds());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1332 GEPO->isInBounds(), GEPO->getInRangeIndex(), OnlyIfReducedTy);
3088 if (GO->isInBounds())
H A DConstantFold.cpp2321 NewIndices, InBounds && cast<GEPOperator>(CE)->isInBounds(),
H A DInstructions.cpp1682 bool GetElementPtrInst::isInBounds() const { function in class:GetElementPtrInst
1683 return cast<GEPOperator>(this)->isInBounds();
H A DAsmWriter.cpp1287 if (GEP->isInBounds())
H A DCore.cpp2928 return unwrap<GetElementPtrInst>(GEP)->isInBounds();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2465 Record.push_back((*Idx << 1) | GO->isInBounds());
2466 } else if (GO->isInBounds())
2648 Vals.push_back(GEPInst.isInBounds());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4282 if (!cast<GEPOperator>(AddrInst)->isInBounds())
4317 if (!cast<GEPOperator>(AddrInst)->isInBounds())
7036 if (!GEPI->isInBounds()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2223 InBounds = gep->isInBounds();
2405 InBounds = gep->isInBounds();
4096 GEP->isInBounds()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3477 (GLHS->isInBounds() && GRHS->isInBounds() &&
H A DDependenceAnalysis.cpp1044 Inbounds = SrcGEP->isInBounds();
H A DValueTracking.cpp1934 if (!GEP->isInBounds() ||
H A DScalarEvolution.cpp3504 SCEV::NoWrapFlags Wrap = GEP->isInBounds() ? SCEV::FlagNSW
5106 if (GEP->isInBounds() && GEP->getOperand(0) == PN) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp704 (GEP->isInBounds() && isa<GlobalVariable>(GEP->getOperand(0)) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp334 if (Init && isa<ConstantAggregateZero>(Init) && GEP->isInBounds())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1094 bool isInBounds() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp728 if (SROAStrictInbounds && GEPI.isInBounds()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3906 if (int64_t(Offset) >= 0 && cast<GEPOperator>(I).isInBounds())
3935 if (Offs.isNonNegative() && cast<GEPOperator>(I).isInBounds())
3977 if (PtrMemTy != PtrTy && !cast<GEPOperator>(I).isInBounds())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4683 assert(GEP->isInBounds() && "Expected inbounds GEP");

Completed in 645 milliseconds

12