Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1299 static bool isPoisonShift(Value *Amount, const SimplifyQuery &Q) { in isPoisonShift() function
1320 if (!isPoisonShift(C->getAggregateElement(I), Q)) in isPoisonShift()
1353 if (isPoisonShift(Op1, Q)) in simplifyShift()