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

/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp710 Value *ResultOp = I.getOperand(0); local
713 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
717 mergeInValue(TFRVI->second, F, getValueState(ResultOp));
724 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
728 getStructValueState(ResultOp, i));

Completed in 87 milliseconds