Lines Matching defs:ResultTy

5953     Type *ResultTy = Call.getType();
5955 ValTy->isFPOrFPVectorTy() && ResultTy->isIntOrIntVectorTy(),
5959 Check(ValTy->isVectorTy() == ResultTy->isVectorTy(),
5964 cast<VectorType>(ResultTy)->getElementCount(),
5973 Type *ResultTy = Call.getType();
5974 Check(!ValTy->isVectorTy() && !ResultTy->isVectorTy(),
6000 VectorType *ResultTy;
6019 ResultTy = cast<VectorType>(Call.getType());
6029 ResultTy = cast<VectorType>(Call.getType());
6037 ResultTy = cast<VectorType>(Call.getType());
6044 ResultTy = cast<VectorType>(Call.getArgOperand(0)->getType());
6053 Check(ResultTy->getElementType()->isIntegerTy() ||
6054 ResultTy->getElementType()->isFloatingPointTy(),
6058 Check(ResultTy->getElementType() == Op0ElemTy,
6064 Check(ResultTy->getElementType() == Op1ElemTy,
6069 Check(cast<FixedVectorType>(ResultTy)->getNumElements() ==
6141 VectorType *ResultTy = cast<VectorType>(Call.getType());
6145 ElementCount ResultEC = ResultTy->getElementCount();
6147 Check(ResultTy->getElementType() == VecTy->getElementType(),
6617 Type *ResultTy = FPI.getType();
6618 Check(!ValTy->isVectorTy() && !ResultTy->isVectorTy(),
6626 Type *ResultTy = FPI.getType();
6627 Check(!ValTy->isVectorTy() && !ResultTy->isVectorTy(),
6691 Type *ResultTy = Result->getType();
6694 Check(ResultTy->isFPOrFPVectorTy(),
6696 Check(OperandTy->isVectorTy() == ResultTy->isVectorTy(),
6700 cast<VectorType>(ResultTy)->getElementCount(),
6705 Check(OperandTy->getScalarSizeInBits() > ResultTy->getScalarSizeInBits(),
6709 Check(OperandTy->getScalarSizeInBits() < ResultTy->getScalarSizeInBits(),