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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1110 unsigned ResElts = VType->getNumElements(); local
1134 if (EI->getVectorOperandType()->getNumElements() == ResElts) {
1140 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
1150 Args.push_back(Builder.getInt32(ResElts + C->getZExtValue()));
1151 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
1177 unsigned Offset = (CurIdx == 0) ? 0 : ResElts;
1183 if (OpTy->getNumElements() == ResElts) {
1196 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
1210 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty));
1220 Args.resize(ResElts, llv
[all...]
/external/llvm/lib/IR/
H A DConstantFold.cpp1726 SmallVector<Constant*, 4> ResElts; local
1735 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E));
1738 return ConstantVector::get(ResElts);

Completed in 1011 milliseconds