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.cpp44 Value *cleanupValue(Value *V);
93 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePSampler()
109 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePSurface()
128 Value *TexHandle = cleanupValue(I.getOperand(0)); in replaceIsTypePTexture()
168 Value *NVPTXImageOptimizer::cleanupValue(Value *V) { in cleanupValue() function in NVPTXImageOptimizer
170 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()