Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp134 SelectHandSpeculativity &setAsSpeculatable(bool isTrueVal);
135 bool isSpeculatable(bool isTrueVal) const;
1657 SelectHandSpeculativity::setAsSpeculatable(bool isTrueVal) { in setAsSpeculatable() argument
1658 if (isTrueVal) in setAsSpeculatable()
1665 bool SelectHandSpeculativity::isSpeculatable(bool isTrueVal) const { in isSpeculatable()
1666 return isTrueVal ? Bitfield::get<SelectHandSpeculativity::TrueVal>(Storage) in isSpeculatable()