Home | History | Annotate | Download | only in Target

Lines Matching defs:BooleanContent

110   enum BooleanContent { // How the target represents true/false values.
116 static ISD::NodeType getExtendForContent(BooleanContent Content) {
119 assert(false && "Unknown BooleanContent!");
184 BooleanContent getBooleanContents(bool isVec) const {
964 void setBooleanContents(BooleanContent Ty) { BooleanContents = Ty; }
968 void setBooleanVectorContents(BooleanContent Ty) {
1692 BooleanContent BooleanContents;
1696 BooleanContent BooleanVectorContents;