Lines Matching defs:LB
914 llvm::Value *LB = 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.
970 Address LB = Address::invalid();
981 Address LB, Address UB, Address ST,
983 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
993 /// bounds LB and UB and stride ST.
1047 /// \param LB Address of the output variable in which the lower iteration
1055 Address IL, Address LB,
1823 /// bounds \a LB and \a UB and stride \a ST.
1855 /// bounds LB and UB and stride ST.
1907 /// \param LB Address of the output variable in which the lower iteration
1915 Address LB, Address UB, Address ST) override;