Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Constant

58   case ISD::Constant:    Res = PromoteIntRes_Constant(N); break;
322 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
1135 case ISD::Constant: ExpandIntRes_Constant(N, Lo, Hi); break;
1318 /// and the shift amount is a constant 'Amt'. Expand the operation.
1764 auto Constant = cast<ConstantSDNode>(N);
1765 const APInt &Cst = Constant->getAPIntValue();
1766 bool IsTarget = Constant->isTargetOpcode();
1767 bool IsOpaque = Constant->isOpaque();
2072 // the RHS is a constant.
2685 // constant to valid type.
2836 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
2853 // FIXME: Avoid the extend by constructing the right constant pool?