Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp805 bool NoUndefSelfMultiply) { in mul() argument
808 assert((!NoUndefSelfMultiply || LHS == RHS) && in mul()
892 if (NoUndefSelfMultiply && BitWidth > 1) { in mul()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h385 bool NoUndefSelfMultiply = false);