Searched refs:ResElts (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp861 unsigned ResElts = VType->getNumElements(); local
885 if (EI->getVectorOperandType()->getNumElements() == ResElts) {
891 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
901 Args.push_back(Builder.getInt32(ResElts + C->getZExtValue()));
902 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
928 unsigned Offset = (CurIdx == 0) ? 0 : ResElts;
934 if (OpTy->getNumElements() == ResElts) {
947 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
961 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
971 Args.resize(ResElts, llv
[all...]
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1707 SmallVector<Constant*, 4> ResElts; local
1716 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E));
1719 return ConstantVector::get(ResElts);

Completed in 553 milliseconds