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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp774 Value *ResultOp = I.getOperand(0); local
777 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
781 mergeInValue(TFRVI->second, F, getValueState(ResultOp));
788 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
792 getStructValueState(ResultOp, i));
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp736 Value *ResultOp = I.getOperand(0); local
739 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) {
743 mergeInValue(TFRVI->second, F, getValueState(ResultOp));
750 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
754 getStructValueState(ResultOp, i));

Completed in 173 milliseconds