Lines Matching defs:UB
905 llvm::Value *UB = nullptr;
910 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk)
911 : LB(LB), UB(UB), Chunk(Chunk) {}
921 /// bounds \a LB and \a UB and stride \a ST.
962 Address UB = Address::invalid();
970 Address LB, Address UB, Address ST,
973 UB(UB), ST(ST), Chunk(Chunk) {}
982 /// bounds LB and UB and stride ST.
1038 /// \param UB Address of the output variable in which the upper iteration
1045 Address UB, Address ST);
1812 /// bounds \a LB and \a UB and stride \a ST.
1844 /// bounds LB and UB and stride ST.
1898 /// \param UB Address of the output variable in which the upper iteration
1904 Address LB, Address UB, Address ST) override;