Lines Matching defs:CxtI
252 const Instruction &CxtI) const { in willNotOverflowSignedAdd()
258 const Instruction &CxtI) const { in willNotOverflowUnsignedAdd()
264 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
270 const Instruction &CxtI) const { in willNotOverflowSignedSub()
276 const Instruction &CxtI) const { in willNotOverflowUnsignedSub()
282 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
288 const Instruction &CxtI) const { in willNotOverflowSignedMul()
294 const Instruction &CxtI) const { in willNotOverflowUnsignedMul()
300 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
306 const Value *RHS, const Instruction &CxtI, in willNotOverflow()
457 unsigned Depth, const Instruction *CxtI) const { in computeKnownBits()
462 const Instruction *CxtI) const { in computeKnownBits()
484 const Instruction *CxtI) const { in computeOverflowForUnsignedMul()
490 const Instruction *CxtI) const { in computeOverflowForSignedMul()
496 const Instruction *CxtI) const { in computeOverflowForUnsignedAdd()
502 const Instruction *CxtI) const { in computeOverflowForSignedAdd()
508 const Instruction *CxtI) const { in computeOverflowForUnsignedSub()
513 const Instruction *CxtI) const { in computeOverflowForSignedSub()