Lines Matching refs:getZExtValue
93 [{return isUInt<32>(N->getZExtValue()); }]>;
96 return CurDAG->getTargetConstant(N->getZExtValue(), SDLoc(N), MVT::i64);
113 [{return (N->getZExtValue() == ISD::SETEQ);}]>;
115 [{return (N->getZExtValue() == ISD::SETNE);}]>;
117 [{return (N->getZExtValue() == ISD::SETGE);}]>;
119 [{return (N->getZExtValue() == ISD::SETGT);}]>;
121 [{return (N->getZExtValue() == ISD::SETUGT);}]>;
123 [{return (N->getZExtValue() == ISD::SETUGE);}]>;
125 [{return (N->getZExtValue() == ISD::SETLE);}]>;
127 [{return (N->getZExtValue() == ISD::SETLT);}]>;
129 [{return (N->getZExtValue() == ISD::SETULT);}]>;
131 [{return (N->getZExtValue() == ISD::SETULE);}]>;
133 [{return (N->getZExtValue() == ISD::SETEQ);}]>;
135 [{return (N->getZExtValue() == ISD::SETNE);}]>;
137 [{return (N->getZExtValue() == ISD::SETGE);}]>;
139 [{return (N->getZExtValue() == ISD::SETGT);}]>;
141 [{return (N->getZExtValue() == ISD::SETUGT);}]>;
143 [{return (N->getZExtValue() == ISD::SETUGE);}]>;
145 [{return (N->getZExtValue() == ISD::SETLE);}]>;
147 [{return (N->getZExtValue() == ISD::SETLT);}]>;
149 [{return (N->getZExtValue() == ISD::SETULT);}]>;
151 [{return (N->getZExtValue() == ISD::SETULE);}]>;