Home | History | Annotate | Download | only in Utils

Lines Matching refs:Bounds

645   //   after bounds check.
669 // First check that the bit field access is within bounds.
671 Value *Bounds = B.CreateICmp(ICmpInst::ICMP_ULT, C, B.getIntN(Width, Width),
672 "memchr.bounds");
680 return B.CreateIntToPtr(B.CreateAnd(Bounds, Bits, "memchr"), CI->getType());
747 // Make sure we're not reading out-of-bounds memory.