Searched refs:VECCVal (Results 1 – 1 of 1) sorted by relevance
2819 VECC::CondCode VECCVal; in combineSelect() local2821 VECCVal = fpCondCode2Fcc(CC); in combineSelect()2823 VECCVal = intCondCode2Icc(CC); in combineSelect()2826 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelect()2887 VECC::CondCode VECCVal; in combineSelectCC() local2889 VECCVal = fpCondCode2Fcc(CC); in combineSelectCC()2891 VECCVal = intCondCode2Icc(CC); in combineSelectCC()2894 DAG.getConstant(VECCVal, DL, MVT::i32)}; in combineSelectCC()2940 VECC::CondCode VECCVal = in isI32Insn() local2942 return isIntVECondCode(VECCVal); in isI32Insn()