Home
last modified time | relevance | path

Searched defs:NW (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionFlags.cpp45 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); reduceFlagsInModule() local
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h78 GEPNoWrapFlags NW) const override { in FoldGEP()
H A DConstantFolder.h107 GEPNoWrapFlags NW) const override { in FoldGEP()
/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h80 FoldGEP(Type * Ty,Value * Ptr,ArrayRef<Value * > IdxList,GEPNoWrapFlags NW) FoldGEP() argument
H A DTargetFolder.h118 GEPNoWrapFlags NW) const override { in FoldGEP()
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp830 CastGEPIndices(Type * SrcElemTy,ArrayRef<Constant * > Ops,Type * ResultTy,GEPNoWrapFlags NW,std::optional<ConstantRange> InRange,const DataLayout & DL,const TargetLibraryInfo * TLI) CastGEPIndices() argument
899 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); SymbolicallyEvaluateGEP() local
[all...]
H A DInstructionSimplify.cpp4962 simplifyGEPInst(Type * SrcTy,Value * Ptr,ArrayRef<Value * > Indices,GEPNoWrapFlags NW,const SimplifyQuery & Q,unsigned) simplifyGEPInst() argument
5096 simplifyGEPInst(Type * SrcTy,Value * Ptr,ArrayRef<Value * > Indices,GEPNoWrapFlags NW,const SimplifyQuery & Q) simplifyGEPInst() argument
H A DScalarEvolution.cpp3749 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); getGEPExpr() local
5886 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); createAddRecFromPHI() local
12336 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ? IsKnownPredicateViaAddRecStart() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp516 GEPNoWrapFlags NW = GEPNoWrapFlags::all(); foldPHIArgGEPIntoPHI() local
H A DInstructionCombining.cpp2335 GEPNoWrapFlags NW = GEP.getNoWrapFlags(); foldSelectGEP() local
[all...]
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1554 setNoWrapFlags(GEPNoWrapFlags NW) setNoWrapFlags() argument
1559 GEPNoWrapFlags NW = cast<GEPOperator>(this)->getNoWrapFlags(); setIsInBounds() local
H A DConstants.cpp2467 getGetElementPtr(Type * Ty,Constant * C,ArrayRef<Value * > Idxs,GEPNoWrapFlags NW,std::optional<ConstantRange> InRange,Type * OnlyIfReducedTy) getGetElementPtr() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1475 GEPNoWrapFlags NW; toGEPNoWrapFlags() local
5143 GEPNoWrapFlags NW; parseFunctionBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4296 GEPNoWrapFlags NW; parseValID() local
8429 GEPNoWrapFlags NW; parseGetElementPtr() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3983 GEPNoWrapFlags NW = GEPI.getNoWrapFlags(); unfoldGEPSelect() local