Searched defs:IsSignedCmp (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCompares.cpp | 5888 bool IsSignedCmp = ICmp.isSigned(); foldICmpWithZextOrSext() local |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 15466 __anon7791346713202(const TreeEntry &E, bool IsTopRoot, bool IsProfitableToDemoteRoot, unsigned Opcode, unsigned Limit, bool IsTruncRoot, bool IsSignedCmp) computeMinimumValueSizes() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 13454 bool IsSignedCmp = ISD::isSignedIntSetCC(CC); foldSextSetcc() local |