Searched refs:DstVecTy (Results 1 – 4 of 4) sorted by relevance
1222 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1223 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1242 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1243 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1262 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1263 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1329 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1331 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1367 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1369 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1243 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1263 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1330 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1368 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
2982 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local2983 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()3003 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3004 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3167 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3168 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()3188 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3189 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()