Searched refs:IfCall (Results 1 – 1 of 1) sorted by relevance
190 Value *IfCall = IRB.CreateCall(getDecl(If, Intrinsic::amdgcn_if, IntMask), in openIf() local192 Value *Cond = IRB.CreateExtractValue(IfCall, {0}); in openIf()193 Value *Mask = IRB.CreateExtractValue(IfCall, {1}); in openIf()