Lines Matching refs:getAllOnesValue
75 return Constant::getAllOnesValue(Ty); in getTrue()
501 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()), in ThreadCmpOverSelect()
624 return Constant::getAllOnesValue(Op0->getType()); in SimplifyAddInst()
1298 return Constant::getAllOnesValue(Op0->getType()); in SimplifyAShrInst()
1433 return Constant::getAllOnesValue(Op0->getType()); in SimplifyOrInst()
1450 return Constant::getAllOnesValue(Op0->getType()); in SimplifyOrInst()
1466 return Constant::getAllOnesValue(Op1->getType()); in SimplifyOrInst()
1471 return Constant::getAllOnesValue(Op0->getType()); in SimplifyOrInst()
1540 return Constant::getAllOnesValue(Op0->getType()); in SimplifyXorInst()
1823 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst()
1837 APInt NegOne = APInt::getAllOnesValue(Width); in SimplifyICmpInst()