Home
last modified time | relevance | path

Searched refs:getCompareTy (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2612 static Type *getCompareTy(Value *Op) { in getCompareTy() function
2784 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 …]