Lines Matching refs:CUVal64
2207 uint64_t CUVal64 = C->getZExtValue(); in LowerAsmOperandForConstraint() local
2210 if (!isUInt<6>(CUVal64)) in LowerAsmOperandForConstraint()
2212 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2220 if (CUVal64 != 2) in LowerAsmOperandForConstraint()
2222 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2225 if (CUVal64 != 0) in LowerAsmOperandForConstraint()
2227 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2230 if (!isUInt<8>(CUVal64)) in LowerAsmOperandForConstraint()
2238 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2246 if (CUVal64 != 8 && CUVal64 != 16 && CUVal64 != 24) in LowerAsmOperandForConstraint()
2248 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2251 if (CUVal64 != 1) in LowerAsmOperandForConstraint()
2253 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()