Searched refs:InBounds (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1119 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/ |
D | StraightLineStrengthReduce.cpp | 653 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/ |
D | ScalarEvolution.h | 875 bool InBounds = false);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1965 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/ |
D | LLParser.cpp | 2979 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/ |
D | BitcodeReader.cpp | 4148 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/ |
D | ScalarEvolution.cpp | 2938 bool InBounds) { in getGEPExpr() argument 2947 SCEV::NoWrapFlags Wrap = InBounds ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getGEPExpr()
|