Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp94 GlobalVariable *lookupReplacementGlobal(Value *CurrOperand);
110 DataScalarizerVisitor::lookupReplacementGlobal(Value *CurrOperand) { in lookupReplacementGlobal() argument
111 if (GlobalVariable *OldGlobal = dyn_cast<GlobalVariable>(CurrOperand)) { in lookupReplacementGlobal()