Lines Matching refs:CUVal64
2756 uint64_t CUVal64 = C->getZExtValue(); in LowerAsmOperandForConstraint() local
2759 if (!isUInt<6>(CUVal64)) in LowerAsmOperandForConstraint()
2761 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2769 if (CUVal64 != 2) in LowerAsmOperandForConstraint()
2771 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2774 if (CUVal64 != 0) in LowerAsmOperandForConstraint()
2776 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2779 if (!isUInt<8>(CUVal64)) in LowerAsmOperandForConstraint()
2787 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2795 if (CUVal64 != 8 && CUVal64 != 16 && CUVal64 != 24) in LowerAsmOperandForConstraint()
2797 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2800 if (CUVal64 != 1) in LowerAsmOperandForConstraint()
2802 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()