Lines Matching defs:CondTy
941 unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred,
1017 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) {
1025 EVT SelCondTy = TLI->getValueType(DL, CondTy);
1042 FixedVectorType *VecCondTy = dyn_cast_or_null<FixedVectorType>(CondTy);
1082 return BaseCost * BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred,
1938 Type *CondTy = RetTy->getWithNewBitWidth(1);
1941 2 * getCmpSelInstrCost(BinaryOperator::ICmp, RetTy, CondTy, Pred,
1943 2 * getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy, Pred,
2039 Type *CondTy = RetTy->getWithNewBitWidth(1);
2040 Cost += getCmpSelInstrCost(BinaryOperator::FCmp, FPTy, CondTy,
2042 Cost += getCmpSelInstrCost(BinaryOperator::Select, RetTy, CondTy,