Home
last modified time | relevance | path

Searched refs:IsVoid (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpTableToSwitch.cpp96 const bool IsVoid = CB->getType() == Type::getVoidTy(CB->getContext()); in expandToSwitch() local
117 IsVoid ? nullptr : BuilderTail.CreatePHI(CB->getType(), JT.Funcs.size()); in expandToSwitch()
H A DCallSiteSplitting.cpp241 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local
255 cloneInstForMustTail(RI, TI->getIterator(), IsVoid ? nullptr : V); in copyMustTailReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp791 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
793 if (!IsVoid) { in selectCall()
885 if (!IsVoid) in selectCall()
913 if (!IsVoid) in selectCall()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def577 TYPE_TRAIT_1(__is_void, IsVoid, KEYCXX)