Searched refs:ResElts (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 1188 unsigned ResElts = VType->getNumElements(); in VisitInitListExpr() local 1212 if (EI->getVectorOperandType()->getNumElements() == ResElts) { in VisitInitListExpr() 1219 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr() 1229 Args.push_back(Builder.getInt32(ResElts + C->getZExtValue())); in VisitInitListExpr() 1230 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr() 1256 unsigned Offset = (CurIdx == 0) ? 0 : ResElts; in VisitInitListExpr() 1262 if (OpTy->getNumElements() == ResElts) { in VisitInitListExpr() 1275 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr() 1289 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr() 1299 Args.resize(ResElts, llvm::UndefValue::get(CGF.Int32Ty)); in VisitInitListExpr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1835 SmallVector<Constant*, 4> ResElts; in ConstantFoldCompareInstruction() local 1844 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction() 1847 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1810 SmallVector<Constant*, 4> ResElts; in ConstantFoldCompareInstruction() local 1819 ResElts.push_back(ConstantExpr::getCompare(pred, C1E, C2E)); in ConstantFoldCompareInstruction() 1822 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 1973 SmallVector<Constant*, 4> ResElts; in ConstantFoldCompareInstruction() local 1976 ResElts.push_back(ConstantExpr::getCompare(pred, C1Elts[i], C2Elts[i])); in ConstantFoldCompareInstruction() 1978 return ConstantVector::get(ResElts); in ConstantFoldCompareInstruction()
|