Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DKnownBits.cpp21 static KnownBits computeForAddCarry( in computeForAddCarry() function
50 KnownBits KnownBits::computeForAddCarry( in computeForAddCarry() function in KnownBits
53 return ::computeForAddCarry( in computeForAddCarry()
62 KnownOut = ::computeForAddCarry( in computeForAddSub()
67 KnownOut = ::computeForAddCarry( in computeForAddSub()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h294 static KnownBits computeForAddCarry(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3376 Known = KnownBits::computeForAddCarry(Known, Known2, Carry); in computeKnownBits()