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.cpp1742 static bool shiftAmountKnownInRange(Register ShiftAmount, in shiftAmountKnownInRange() function
1809 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI); in canCreateUndefOrPoison()
1842 !shiftAmountKnownInRange(RegDef->getOperand(2).getReg(), MRI); in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7210 static bool shiftAmountKnownInRange(const Value *ShiftAmount) { in shiftAmountKnownInRange() function
7262 return includesPoison(Kind) && !shiftAmountKnownInRange(Op->getOperand(1)); in canCreateUndefOrPoison()
7304 !shiftAmountKnownInRange(II->getArgOperand(1)); in canCreateUndefOrPoison()