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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2453 Value *UndefV = UndefValue::get(Op1->getType()); local
2459 Rep = Builder.CreateShuffleVector(Op1, UndefV, Idxs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19942 SDValue UndefV = LHS.getOperand(1); local
19943 return DAG.getVectorShuffle(VT, DL, NewBinOp, UndefV, Shuf0->getMask());

Completed in 215 milliseconds