Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1204 static bool isPoisonShift(Value *Amount, const SimplifyQuery &Q) { in isPoisonShift() function
1223 if (!isPoisonShift(C->getAggregateElement(I), Q)) in isPoisonShift()
1252 if (isPoisonShift(Op1, Q)) in SimplifyShift()