reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1159 if (auto *C = dyn_cast<ConstantSDNode>(Op)) 1161 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), 1162 Op.getValueType())); 1166 if (auto *C = dyn_cast<ConstantSDNode>(Op)) 1168 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), 1169 Op.getValueType())); 1173 if (auto *C = dyn_cast<ConstantSDNode>(Op)) 1175 Ops.push_back(DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op), 1176 Op.getValueType())); 1180 if (auto *C = dyn_cast<ConstantSDNode>(Op)) 1182 Ops.push_back(DAG.getTargetConstant(C->getSExtValue(), SDLoc(Op), 1183 Op.getValueType())); 1187 if (auto *C = dyn_cast<ConstantSDNode>(Op)) 1189 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), 1190 Op.getValueType())); 1194 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);