Searched refs:BoundCtrl (Results 1 – 2 of 2) sorted by relevance
1056 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(BcIdx)); in instCombineIntrinsic() local1057 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
1863 bool convertDppBoundCtrl(int64_t &BoundCtrl);8382 bool AMDGPUAsmParser::convertDppBoundCtrl(int64_t &BoundCtrl) { in convertDppBoundCtrl() argument8383 if (BoundCtrl == 0 || BoundCtrl == 1) { in convertDppBoundCtrl()8385 BoundCtrl = 1; in convertDppBoundCtrl()