Searched refs:InBounds (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h1062 bool InBounds = false,
1066 InBounds, OnlyIfReducedTy);
1069 bool InBounds = false,
1074 return getGetElementPtr(Ty, C, cast<Value>(Idx), InBounds, OnlyIfReducedTy);
1078 bool InBounds = false,
/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp612 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); local
618 if (InBounds)
628 if (InBounds)
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3473 bool InBounds; local
3476 InBounds = Record[OpNum++];
3479 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
3505 if (InBounds)
/external/llvm/lib/IR/
H A DConstants.cpp2005 ArrayRef<Value *> Idxs, bool InBounds,
2007 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs))
2040 InBounds ? GEPOperator::IsInBounds : 0);
2004 getGetElementPtr(Type *Ty, Constant *C, ArrayRef<Value *> Idxs, bool InBounds, Type *OnlyIfReducedTy) argument
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2801 bool InBounds = false;
2806 InBounds = EatIfPresent(lltok::kw_inbounds);
2859 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, InBounds);
5504 bool InBounds = EatIfPresent(lltok::kw_inbounds);
5554 if (InBounds)

Completed in 1755 milliseconds