Searched refs:IfCall (Results 1 – 1 of 1) sorted by relevance
210 Value *IfCall = IRB.CreateCall(If, {Term->getCondition()}); in openIf() local211 Value *Cond = IRB.CreateExtractValue(IfCall, {0}); in openIf()212 Value *Mask = IRB.CreateExtractValue(IfCall, {1}); in openIf()