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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp938 ValueLatticeElement V0State = getValueState(I.getOperand(0)); local
946 if (isConstant(V0State)) {
947 Constant *C = ConstantExpr::get(I.getOpcode(), getConstant(V0State));
956 if (!isOverdefined(V0State))

Completed in 79 milliseconds