Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp495 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine() local
497 if (Log2IfPositive <= 0) in performANDCombine()
503 unsigned Log2 = Log2IfPositive; in performANDCombine()