Lines Matching defs:UB
916 llvm::Value *UB = nullptr;
921 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk)
922 : LB(LB), UB(UB), Chunk(Chunk) {}
932 /// bounds \a LB and \a UB and stride \a ST.
973 Address UB = Address::invalid();
981 Address LB, Address UB, Address ST,
984 UB(UB), ST(ST), Chunk(Chunk) {}
993 /// bounds LB and UB and stride ST.
1049 /// \param UB Address of the output variable in which the upper iteration
1056 Address UB, Address ST);
1823 /// bounds \a LB and \a UB and stride \a ST.
1855 /// bounds LB and UB and stride ST.
1909 /// \param UB Address of the output variable in which the upper iteration
1915 Address LB, Address UB, Address ST) override;