Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DKnownBits.cpp416 bool NoUndefSelfMultiply) { in mul() argument
420 assert((!NoUndefSelfMultiply || LHS == RHS) && in mul()
504 if (NoUndefSelfMultiply && BitWidth > 1) { in mul()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DKnownBits.h327 bool NoUndefSelfMultiply = false);