Searched refs:getCompareTy (Results 1 – 1 of 1) sorted by relevance
2612 static Type *getCompareTy(Value *Op) { in getCompareTy() function2784 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()2810 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()2838 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()2856 return ConstantInt::get(getCompareTy(LHS), in computePointerICmp()2867 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpOfBools()2973 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithZero()3032 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithConstant()3083 Type *ITy = getCompareTy(RHS); // The return type. in simplifyICmpWithBinOpOnLHS()3448 Type *ITy = getCompareTy(LHS); // The return type. in simplifyICmpWithMinMax()[all …]