Lines Matching refs:CurDAG
137 return CurDAG->getTargetConstant(Value, MVT::i64);
143 return CurDAG->getTargetConstant(Value, MVT::i64);
149 return CurDAG->getTargetConstant(Value, MVT::i64);
155 return CurDAG->getTargetConstant(Value, MVT::i64);
161 return CurDAG->getTargetConstant(Value, MVT::i64);
167 return CurDAG->getTargetConstant(Value, MVT::i64);
172 return CurDAG->getTargetConstant(int8_t(N->getZExtValue()), MVT::i64);
177 return CurDAG->getTargetConstant(uint8_t(N->getZExtValue()), MVT::i64);
182 return CurDAG->getTargetConstant(int16_t(N->getZExtValue()), MVT::i64);
187 return CurDAG->getTargetConstant(uint16_t(N->getZExtValue()), MVT::i64);
192 return CurDAG->getTargetConstant(int32_t(N->getZExtValue()), MVT::i64);
197 return CurDAG->getTargetConstant(uint32_t(N->getZExtValue()), MVT::i64);
202 return CurDAG->getTargetConstant(uint32_t(-N->getZExtValue()), MVT::i64);