Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp32 static Value *getNewICmpValue(unsigned Code, bool Sign, Value *LHS, Value *RHS, in getNewICmpValue() function
3358 return getNewICmpValue(Code, IsSigned, LHS0, LHS1, Builder); in foldAndOrOfICmps()
4367 return getNewICmpValue(Code, IsSigned, LHS0, LHS1, Builder); in foldXorOfICmps()