Searched defs:Vec1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2567 Value *Vec1, *Vec2, *Mask; local
2568 if (getValueTypePair(Record, OpNum, NextValueNo, Vec1) ||
2569 popValue(Record, OpNum, NextValueNo, Vec1->getType(), Vec2))
2574 I = new ShuffleVectorInst(Vec1, Vec2, Mask);
/external/clang/lib/AST/
H A DASTImporter.cpp506 const DependentSizedExtVectorType *Vec1 local
511 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
514 Vec1->getElementType(),
522 const VectorType *Vec1 = cast<VectorType>(T1); local
525 Vec1->getElementType(),
528 if (Vec1->getNumElements() != Vec2->getNumElements())
530 if (Vec1->getVectorKind() != Vec2->getVectorKind())

Completed in 75 milliseconds