Lines Matching refs:getCompareTy

2605 static Type *getCompareTy(Value *Op) {  in getCompareTy()  function
2767 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()
2793 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()
2821 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()
2860 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()
2872 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpOfBools()
2978 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithZero()
3035 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithConstant()
3085 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithBinOpOnLHS()
3352 return ConstantInt::getTrue(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3354 return ConstantInt::getFalse(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3358 return ConstantInt::getTrue(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3360 return ConstantInt::getFalse(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3383 return ConstantInt::getFalse(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3385 return ConstantInt::getTrue(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3394 return ConstantInt::getFalse(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3396 return ConstantInt::getTrue(getCompareTy(RHS)); in simplifyICmpWithBinOp()
3434 return ConstantInt::getTrue(getCompareTy(LHS)); in simplifyICmpWithBinOp()
3436 return ConstantInt::getFalse(getCompareTy(LHS)); in simplifyICmpWithBinOp()
3439 return ConstantInt::getTrue(getCompareTy(LHS)); in simplifyICmpWithBinOp()
3441 return ConstantInt::getFalse(getCompareTy(LHS)); in simplifyICmpWithBinOp()
3500 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithMinMax()
3698 return ConstantInt::get(getCompareTy(LHS), *Imp); in simplifyICmpWithDominatingAssume()
3716 return ConstantInt::getTrue(getCompareTy(II)); in simplifyICmpWithIntrinsicOnLHS()
3718 return ConstantInt::getFalse(getCompareTy(II)); in simplifyICmpWithIntrinsicOnLHS()
3725 return ConstantInt::getTrue(getCompareTy(II)); in simplifyICmpWithIntrinsicOnLHS()
3727 return ConstantInt::getFalse(getCompareTy(II)); in simplifyICmpWithIntrinsicOnLHS()
3767 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpInst()
4085 Type *RetTy = getCompareTy(LHS); in simplifyFCmpInst()