Home
last modified time | relevance | path

Searched defs:SrcVecTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DInstructions.cpp2798 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
2853 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
2917 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
3091 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
3112 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1331 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1369 Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1524 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
DLoopVectorize.cpp5545 Type *SrcVecTy = ToVectorTy(SrcScalarTy, VF); in getInstructionCost() local