Searched refs:CUVal64 (Results 1 – 1 of 1) sorted by relevance
1917 uint64_t CUVal64 = C->getZExtValue(); in LowerAsmOperandForConstraint() local1920 if (!isUInt<6>(CUVal64)) in LowerAsmOperandForConstraint()1922 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()1930 if (CUVal64 != 2) in LowerAsmOperandForConstraint()1932 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()1935 if (CUVal64 != 0) in LowerAsmOperandForConstraint()1937 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()1940 if (!isUInt<8>(CUVal64)) in LowerAsmOperandForConstraint()1948 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()1956 if (CUVal64 != 8 && CUVal64 != 16 && CUVal64 != 24) in LowerAsmOperandForConstraint()[all …]