Home
last modified time | relevance | path

Searched defs:getVectorSplat (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp937 Optional<RegOrConstant> llvm::getVectorSplat(const MachineInstr &MI, in getVectorSplat() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2777 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat() function in llvm::sroa::AllocaSliceRewriter