Searched refs:PhiOpnd (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp188 Value *PhiOpnd = PhiDef->getIncomingValue(i); local
189 ConstantInt *CI = dyn_cast<ConstantInt>(PhiOpnd);
H A DJumpThreading.cpp249 Value *PhiOpnd = PN->getIncomingValue(i); local
250 ConstantInt *CI = dyn_cast<ConstantInt>(PhiOpnd);

Completed in 90 milliseconds