Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4018 auto IsInvalidPointerOperand = [](Value *V) { in unfoldGEPPhi() local
4026 if (any_of(Phi->operands(), IsInvalidPointerOperand)) in unfoldGEPPhi()
4029 if (IsInvalidPointerOperand(GEPI.getPointerOperand())) in unfoldGEPPhi()