Lines Matching defs:VECCVal
2815 VECC::CondCode VECCVal;
2817 VECCVal = fpCondCode2Fcc(CC);
2819 VECCVal = intCondCode2Icc(CC);
2822 DAG.getConstant(VECCVal, DL, MVT::i32)};
2883 VECC::CondCode VECCVal;
2885 VECCVal = fpCondCode2Fcc(CC);
2887 VECCVal = intCondCode2Icc(CC);
2890 DAG.getConstant(VECCVal, DL, MVT::i32)};
2936 VECC::CondCode VECCVal =
2938 return isIntVECondCode(VECCVal);