Searched refs:NewSelector (Results 1 – 4 of 4) sorted by relevance
340 CallInst *NewSelector = in HandleURoRInvokes() local343 NewSelector->setTailCall(II->isTailCall()); in HandleURoRInvokes()344 NewSelector->setAttributes(II->getAttributes()); in HandleURoRInvokes()345 NewSelector->setCallingConv(II->getCallingConv()); in HandleURoRInvokes()347 II->replaceAllUsesWith(NewSelector); in HandleURoRInvokes()
537 SmallVector<Value*, 16> NewSelector; in HandleCallsInBlockInlinedThroughInvoke() local539 NewSelector.push_back(Inner->getArgOperand(i)); in HandleCallsInBlockInlinedThroughInvoke()541 NewSelector.push_back(Outer->getArgOperand(i)); in HandleCallsInBlockInlinedThroughInvoke()544 IRBuilder<>(Inner).CreateCall(Inner->getCalledValue(), NewSelector); in HandleCallsInBlockInlinedThroughInvoke()
1959 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst() local1960 return SelectInst::Create(NewSelector, Op1, Op0, "blendv"); in visitCallInst()
2944 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst() local2945 return SelectInst::Create(NewSelector, Op1, Op0, "blendv"); in visitCallInst()