Searched refs:getUniformBase (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4363 static bool getUniformBase(const Value *Ptr, SDValue &Base, SDValue &Index, in getUniformBase() function 4436 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedScatter() 4544 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedGather() 7425 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPLoadGather() 7482 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPStoreScatter()
|