Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp121 bool &TrueIfSigned) { in isSignBitCheck() argument
124 TrueIfSigned = true; in isSignBitCheck()
127 TrueIfSigned = true; in isSignBitCheck()
130 TrueIfSigned = false; in isSignBitCheck()
134 TrueIfSigned = true; in isSignBitCheck()
138 TrueIfSigned = true; in isSignBitCheck()
1715 bool TrueIfSigned = false; in visitICmpInstWithInstAndIntCst() local
1717 isSignBitCheck(ICI.getPredicate(), RHS, TrueIfSigned)) { in visitICmpInstWithInstAndIntCst()
1724 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()