Lines Matching defs:VecPred
1887 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred,
1891 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1895 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1900 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1964 CmpInst::isIntPredicate(VecPred)) {
1973 CmpInst::isFPPredicate(VecPred)) {
1976 if ((VecPred == CmpInst::FCMP_FALSE) || (VecPred == CmpInst::FCMP_TRUE))
1987 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
1992 switch (VecPred) {
2042 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,