Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp863 ICmpInst *OtherICmp; in foldSignedTruncationCheck() local
865 OtherICmp = ICmp0; in foldSignedTruncationCheck()
867 OtherICmp = ICmp1; in foldSignedTruncationCheck()
894 if (!tryToDecompose(OtherICmp, X0, UnsetBitsMask)) in foldSignedTruncationCheck()