Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp138 SelectHandSpeculativity &setAsSpeculatable(bool isTrueVal);
139 bool isSpeculatable(bool isTrueVal) const;
1704 SelectHandSpeculativity::setAsSpeculatable(bool isTrueVal) { in setAsSpeculatable() argument
1705 if (isTrueVal) in setAsSpeculatable()
1712 bool SelectHandSpeculativity::isSpeculatable(bool isTrueVal) const { in isSpeculatable()
1713 return isTrueVal ? Bitfield::get<SelectHandSpeculativity::TrueVal>(Storage) in isSpeculatable()