Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp117 bool &TrueIfSigned) { in isSignBitCheck() argument
120 TrueIfSigned = true; in isSignBitCheck()
123 TrueIfSigned = true; in isSignBitCheck()
126 TrueIfSigned = false; in isSignBitCheck()
130 TrueIfSigned = true; in isSignBitCheck()
134 TrueIfSigned = true; in isSignBitCheck()
1285 bool TrueIfSigned = false; in visitICmpInstWithInstAndIntCst() local
1287 isSignBitCheck(ICI.getPredicate(), RHS, TrueIfSigned)) { in visitICmpInstWithInstAndIntCst()
1294 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp77 bool &TrueIfSigned) { in isSignBitCheck() argument
80 TrueIfSigned = true; in isSignBitCheck()
83 TrueIfSigned = true; in isSignBitCheck()
86 TrueIfSigned = false; in isSignBitCheck()
90 TrueIfSigned = true; in isSignBitCheck()
94 TrueIfSigned = true; in isSignBitCheck()
1464 bool TrueIfSigned = false; in foldICmpXorConstant() local
1465 if (isSignBitCheck(Cmp.getPredicate(), C, TrueIfSigned)) { in foldICmpXorConstant()
1476 if (TrueIfSigned) in foldICmpXorConstant()
1953 bool TrueIfSigned = false; in foldICmpShlConstant() local
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp130 bool &TrueIfSigned) { in isSignBitCheck() argument
133 TrueIfSigned = true; in isSignBitCheck()
136 TrueIfSigned = true; in isSignBitCheck()
139 TrueIfSigned = false; in isSignBitCheck()
143 TrueIfSigned = true; in isSignBitCheck()
147 TrueIfSigned = true; in isSignBitCheck()
2040 bool TrueIfSigned = false; in visitICmpInstWithInstAndIntCst() local
2042 isSignBitCheck(ICI.getPredicate(), RHS, TrueIfSigned)) { in visitICmpInstWithInstAndIntCst()
2049 return new ICmpInst(TrueIfSigned ? ICmpInst::ICMP_NE : ICmpInst::ICMP_EQ, in visitICmpInstWithInstAndIntCst()