/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructionFlags.cpp | 45 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); reduceFlagsInModule() local [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 78 GEPNoWrapFlags NW) const override { in FoldGEP()
|
H A D | ConstantFolder.h | 107 GEPNoWrapFlags NW) const override { in FoldGEP()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 80 FoldGEP(Type * Ty,Value * Ptr,ArrayRef<Value * > IdxList,GEPNoWrapFlags NW) FoldGEP() argument
|
H A D | TargetFolder.h | 118 GEPNoWrapFlags NW) const override { in FoldGEP()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 830 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 D | InstructionSimplify.cpp | 4962 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 D | ScalarEvolution.cpp | 3749 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 D | InstCombinePHI.cpp | 516 GEPNoWrapFlags NW = GEPNoWrapFlags::all(); foldPHIArgGEPIntoPHI() local
|
H A D | InstructionCombining.cpp | 2335 GEPNoWrapFlags NW = GEP.getNoWrapFlags(); foldSelectGEP() local [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1554 setNoWrapFlags(GEPNoWrapFlags NW) setNoWrapFlags() argument 1559 GEPNoWrapFlags NW = cast<GEPOperator>(this)->getNoWrapFlags(); setIsInBounds() local
|
H A D | Constants.cpp | 2467 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 D | BitcodeReader.cpp | 1475 GEPNoWrapFlags NW; toGEPNoWrapFlags() local 5143 GEPNoWrapFlags NW; parseFunctionBody() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4296 GEPNoWrapFlags NW; parseValID() local 8429 GEPNoWrapFlags NW; parseGetElementPtr() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3983 GEPNoWrapFlags NW = GEPI.getNoWrapFlags(); unfoldGEPSelect() local
|