Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local
1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()
1243 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local
1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()
1263 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local
1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()
1330 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local
1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()
1368 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local
1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()
[all …]
/external/llvm/lib/IR/
DInstructions.cpp3167 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3168 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3188 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local
3189 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()