Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp2524 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in isCastable() local
2579 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in isBitCastable() local
2643 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) in getCastOpcode() local
2817 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
2838 if (VectorType *SrcVecTy = dyn_cast<VectorType>(SrcTy)) { in castIsValid() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1331 const Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToUIInst() local
1369 const Type *SrcVecTy = SrcTy->getScalarType(); in executeFPToSIInst() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1470 VectorType *SrcVecTy = VectorType::get(SrcTy, VL.size()); in getEntryCost() local
DLoopVectorize.cpp5172 Type *SrcVecTy = ToVectorTy(I->getOperand(0)->getType(), VF); in getInstructionCost() local