Home
last modified time | relevance | path

Searched defs:DstVecTy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1453 Type *DstVecTy = DstTy->getScalarType(); in executeUIToFPInst() local
1485 Type *DstVecTy = DstTy->getScalarType(); in executeSIToFPInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp766 auto *DstVecTy = dyn_cast<FixedVectorType>(Dst); in getCastInstrCost() local