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