Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4817 auto DMaskConst = dyn_cast<ConstantSDNode>(Op.getOperand(DMaskIdx)); in lowerImage() local
4818 if (!DMaskConst) in lowerImage()
4820 DMask = DMaskConst->getZExtValue(); in lowerImage()