Lines Matching defs:CondTy
3296 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred,
3301 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
3364 if (CondTy && !ST->hasAVX())
3365 return getCmpSelInstrCost(Opcode, ValTy, CondTy,
3368 getCmpSelInstrCost(Opcode, ValTy, CondTy,
3371 getArithmeticInstrCost(Instruction::Or, CondTy, CostKind);
3590 return BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind,
4750 Type *CondTy = RetTy->getWithNewBitWidth(1);
4757 Cost += getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy,
4759 Cost += getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy,