Lines Matching defs:End
453 Value *End = ConstantInt::get(Idx->getType(),
455 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
467 Value *End = ConstantInt::get(Idx->getType(),
469 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
841 // -1 if overflowed off the bottom end, or +1 if overflowed off the top end.
1275 // happens a LOT in code produced by the C front-end, for bitfield
2510 // At the end, if the benefit is greater than 0, Op0 should come second to