Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1465 void clearSignBit() { in clearSignBit() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3839 MaxLHS.clearSignBit(); in checkRippleForSignedAdd()
3841 MaxRHS.clearSignBit(); in checkRippleForSignedAdd()
3853 MinLHS.clearSignBit(); in checkRippleForSignedAdd()
3855 MinRHS.clearSignBit(); in checkRippleForSignedAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp145 Max.clearSignBit(); in computeSignedMinMaxValuesFromKnownBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2968 Known2.One.clearSignBit(); in computeKnownBits()