Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1767 static bool shiftAmountKnownInRange(Register ShiftAmount, in shiftAmountKnownInRange() function
1834 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI); in canCreateUndefOrPoison()
1867 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI); in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7320 static bool shiftAmountKnownInRange(const Value *ShiftAmount) { in shiftAmountKnownInRange() function
7372 return includesPoison(Kind) && !shiftAmountKnownInRange(Op->getOperand(1)); in canCreateUndefOrPoison()
7414 !shiftAmountKnownInRange(II->getArgOperand(1)); in canCreateUndefOrPoison()