Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp1190 unsigned ResElts = VType->getNumElements(); in VisitInitListExpr() local
1214 if (EI->getVectorOperandType()->getNumElements() == ResElts) { in VisitInitListExpr()
1220 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr()
1230 Args.push_back(Builder.getInt32(ResElts + C->getZExtValue())); in VisitInitListExpr()
1231 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr()
1257 unsigned Offset = (CurIdx == 0) ? 0 : ResElts; in VisitInitListExpr()
1263 if (OpTy->getNumElements() == ResElts) { in VisitInitListExpr()
1276 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr()
1290 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr()
1300 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr()
[all …]
/external/llvm/lib/IR/
DConstantFold.cpp1787 SmallVector<Constant*, 4> ResElts; in ConstantFoldCompareInstruction() local
1796 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction()
1799 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()