Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Constant

59   case ISD::Constant:    Res = PromoteIntRes_Constant(N); break;
352 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
1311 case ISD::Constant: ExpandIntRes_Constant(N, Lo, Hi); break;
1411 /// and the shift amount is a constant 'Amt'. Expand the operation.
1900 auto Constant = cast<ConstantSDNode>(N);
1901 const APInt &Cst = Constant->getAPIntValue();
1902 bool IsTarget = Constant->isTargetOpcode();
1903 bool IsOpaque = Constant->isOpaque();
2237 // the RHS is a constant.
2929 // constant to valid type.
3082 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
3100 // FIXME: Avoid the extend by constructing the right constant pool?