Home
last modified time | relevance | path

Searched defs:Bound (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1025 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local
2531 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local
2601 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections()
2706 BoundInfo *Bound, const SCEV *Delta) const { in testBounds()
2734 BoundInfo *Bound, unsigned K) const { in findBoundsALL()
2773 BoundInfo *Bound, unsigned K) const { in findBoundsEQ()
2813 BoundInfo *Bound, unsigned K) const { in findBoundsLT()
2857 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
H A DDemandedBits.cpp510 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
H A DScalarEvolution.cpp9047 auto SolveForBoundary = [&](APInt Bound) -> std::pair<Optional<APInt>,bool> { in SolveQuadraticAddRecRange()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc338 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
354 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
359 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc334 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
350 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
355 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive()
457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp777 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local
H A DParser.cpp401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp104 BasicBlock *Exit, Value *Bound, in createLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp182 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1312 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()
1351 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1943 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange()
1953 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange()
H A DDIBuilder.cpp679 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4756 auto convToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDISubrange()
4788 auto ConvToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDIGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1000 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local