Home | History | Annotate | Download | only in Utils

Lines Matching refs:Bounds

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