Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp240 bool IsBPow2 = (BCst && !BCst->isZero() && BCst->getValue().isPowerOf2()); in getMaskedICmpType() local
249 if (IsBPow2) in getMaskedICmpType()
268 if (IsBPow2) in getMaskedICmpType()