Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp393 bool evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result);
1709 evaluateCTBi(A, Zeros, Ones, CA); in evaluateCTBr()
1718 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi() function in MachineConstEvaluator