Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp43 Value *cleanupValue(Value *V);
92 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePSampler()
108 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePSurface()
127 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePTexture()
167 Value *NVPTXImageOptimizer::cleanupValue(Value *V) { in cleanupValue() function in NVPTXImageOptimizer
169 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()