Lines Matching defs:LB
903 llvm::Value *LB = 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.
959 Address LB = Address::invalid();
970 Address LB, Address UB, Address ST,
972 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
982 /// bounds LB and UB and stride ST.
1036 /// \param LB Address of the output variable in which the lower iteration
1044 Address IL, Address LB,
1812 /// bounds \a LB and \a UB and stride \a ST.
1844 /// bounds LB and UB and stride ST.
1896 /// \param LB Address of the output variable in which the lower iteration
1904 Address LB, Address UB, Address ST) override;