Searched refs:IsVoid (Results 1 – 4 of 4) sorted by relevance
96 const bool IsVoid = CB->getType() == Type::getVoidTy(CB->getContext()); in expandToSwitch() local117 IsVoid ? nullptr : BuilderTail.CreatePHI(CB->getType(), JT.Funcs.size()); in expandToSwitch()
241 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local255 cloneInstForMustTail(RI, TI, IsVoid ? nullptr : V); in copyMustTailReturn()
785 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local787 if (!IsVoid) { in selectCall()879 if (!IsVoid) in selectCall()907 if (!IsVoid) in selectCall()
570 TYPE_TRAIT_1(__is_void, IsVoid, KEYCXX)