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.cpp798 bool NoUndefSelfMultiply) { in mul() argument
801 assert((!NoUndefSelfMultiply || LHS == RHS) && in mul()
885 if (NoUndefSelfMultiply && BitWidth > 1) { in mul()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h358 bool NoUndefSelfMultiply = false);