Home
last modified time | relevance | path

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

/src/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, IsVoid ? nullptr : V); in copyMustTailReturn()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp785 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local
787 if (!IsVoid) { in selectCall()
879 if (!IsVoid) in selectCall()
907 if (!IsVoid) in selectCall()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def570 TYPE_TRAIT_1(__is_void, IsVoid, KEYCXX)