Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1433 Constant *UndefV = UndefValue::get(VTy); in getSplat() local
1434 V = ConstantExpr::getInsertElement(UndefV, V, ConstantInt::get(I32Ty, 0)); in getSplat()
1438 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21800 SDValue UndefV = LHS.getOperand(1); in SimplifyVBinOp() local
21801 return DAG.getVectorShuffle(VT, DL, NewBinOp, UndefV, Shuf0->getMask()); in SimplifyVBinOp()