Home
last modified time | relevance | path

Searched refs:VECCVal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2817 VECC::CondCode VECCVal; in combineSelect() local
2819 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() local
2887 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() local
2940 return isIntVECondCode(VECCVal); in isI32Insn()