Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp884 auto getStateForInput = [&](Value *V) mutable { in findBasePointer() local
891 NewState = meetBDVState(NewState, getStateForInput(SI->getTrueValue())); in findBasePointer()
893 meetBDVState(NewState, getStateForInput(SI->getFalseValue())); in findBasePointer()
896 NewState = meetBDVState(NewState, getStateForInput(Val)); in findBasePointer()
901 meetBDVState(NewState, getStateForInput(EE->getVectorOperand())); in findBasePointer()
905 NewState = meetBDVState(NewState, getStateForInput(IE->getOperand(0))); in findBasePointer()
906 NewState = meetBDVState(NewState, getStateForInput(IE->getOperand(1))); in findBasePointer()
911 NewState = meetBDVState(NewState, getStateForInput(SV->getOperand(0))); in findBasePointer()
912 NewState = meetBDVState(NewState, getStateForInput(SV->getOperand(1))); in findBasePointer()