Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6553 bool CombinerHelper::isConstantSplatVector(Register Src, int64_t SplatValue, isConstantSplatVector() function in CombinerHelper
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp144 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { isConstantSplatVector() function in ISD