Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp1208 static bool isUndefShift(Value *Amount) { in isUndefShift() function
1226 if (!isUndefShift(C->getAggregateElement(I))) in isUndefShift()
1254 if (isUndefShift(Op1)) in SimplifyShift()