Home
last modified time | relevance | path

Searched refs:InBounds (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DConstants.h1119 bool InBounds = false,
1123 InBounds, OnlyIfReducedTy);
1126 bool InBounds = false,
1131 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1135 bool InBounds = false,
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp653 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
659 if (InBounds) in rewriteCandidateWithBasis()
669 if (InBounds) in rewriteCandidateWithBasis()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h875 bool InBounds = false);
/external/llvm/lib/IR/
DConstants.cpp1965 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr() argument
1974 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr()
2002 InBounds ? GEPOperator::IsInBounds : 0, None, in getGetElementPtr()
/external/llvm/lib/AsmParser/
DLLParser.cpp2979 bool InBounds = false; in ParseValID() local
2984 InBounds = EatIfPresent(lltok::kw_inbounds); in ParseValID()
3036 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, InBounds); in ParseValID()
6001 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
6052 if (InBounds) in ParseGetElementPtr()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4148 bool InBounds; in parseFunctionBody() local
4151 InBounds = Record[OpNum++]; in parseFunctionBody()
4154 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in parseFunctionBody()
4182 if (InBounds) in parseFunctionBody()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2938 bool InBounds) { in getGEPExpr() argument
2947 SCEV::NoWrapFlags Wrap = InBounds ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getGEPExpr()