Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp42 static bool isConstantPowerOfTwo(llvm::Value *V, bool SignedOp) { in isConstantPowerOfTwo() function
108 if (isConstantPowerOfTwo(I.getOperand(1), isSigned(I.getOpcode()))) in runImpl()