Searched refs:VECCVal (Results 1 – 1 of 1) sorted by relevance
2817 VECC::CondCode VECCVal; in combineSelect() local2819 VECCVal = fpCondCode2Fcc(CC); in combineSelect()2821 VECCVal = intCondCode2Icc(CC); in combineSelect()2824 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelect()2885 VECC::CondCode VECCVal; in combineSelectCC() local2887 VECCVal = fpCondCode2Fcc(CC); in combineSelectCC()2889 VECCVal = intCondCode2Icc(CC); in combineSelectCC()2892 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelectCC()2938 VECC::CondCode VECCVal = in isI32Insn() local2940 return isIntVECondCode(VECCVal); in isI32Insn()