reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2298 Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue), 2301 expandAddToGEP(NegMulS, ARPtrTy, Ty, StartValue), ARPtrTy); 2303 Add = Builder.CreateAdd(StartValue, MulV); 2304 Sub = Builder.CreateSub(StartValue, MulV); 2308 Signed ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT, Sub, StartValue); 2311 Signed ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT, Add, StartValue);