Searched refs:BoundCtrl (Results 1 – 3 of 3) sorted by relevance
917 ConstantInt *BoundCtrl = cast<ConstantInt>(II.getArgOperand(5)); in instCombineIntrinsic() local918 if (!FetchInvalid->getZExtValue() && !BoundCtrl->getZExtValue()) in instCombineIntrinsic()
1274 def bound_ctrl : NamedOperandBit<"BoundCtrl", NamedMatchClass<"BoundCtrl">>;
7876 static bool ConvertBoundCtrl(int64_t &BoundCtrl) { in ConvertBoundCtrl() argument7877 if (BoundCtrl == 0 || BoundCtrl == 1) { in ConvertBoundCtrl()7878 BoundCtrl = 1; in ConvertBoundCtrl()