Home
last modified time | relevance | path

Searched defs:IsVoid (Results 1 – 3 of 3) 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
H A DCallSiteSplitting.cpp241 bool IsVoid = SplitBB->getParent()->getReturnType()->isVoidTy(); in copyMustTailReturn() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp785 bool IsVoid = FuncTy->getReturnType()->isVoidTy(); in selectCall() local