Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp499 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine() local
501 if (Log2IfPositive <= 0) in performANDCombine()
507 unsigned Log2 = Log2IfPositive; in performANDCombine()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp569 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2(); in performANDCombine() local
571 if (Log2IfPositive <= 0) in performANDCombine()
577 unsigned Log2 = Log2IfPositive; in performANDCombine()