Searched defs:AllowNonInbounds (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 714 stripAndAccumulateConstantOffsets(const DataLayout & DL,APInt & Offset,bool AllowNonInbounds,bool AllowInvariantGroup,function_ref<bool (Value &,APInt &)> ExternalAnalysis) const stripAndAccumulateConstantOffsets() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 716 stripAndComputeConstantOffsets(const DataLayout & DL,Value * & V,bool AllowNonInbounds=false) stripAndComputeConstantOffsets() argument 2753 bool AllowNonInbounds = ICmpInst::isEquality(Pred); computePointerICmp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 309 bool GetMinOffset, bool AllowNonInbounds, in stripAndAccumulateOffsets() argument 343 const DataLayout &DL, bool AllowNonInbounds = false) { in getMinimalBaseOfPointer() argument
|