Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1435 Constant *UndefV = UndefValue::get(VTy); in getSplat() local
1436 V = ConstantExpr::getInsertElement(UndefV, V, ConstantInt::get(I32Ty, 0)); in getSplat()
1440 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22035 SDValue UndefV = LHS.getOperand(1); in SimplifyVBinOp() local
22036 return DAG.getVectorShuffle(VT, DL, NewBinOp, UndefV, Shuf0->getMask()); in SimplifyVBinOp()