HomeSort by relevance Sort by last modified time
    Searched defs:ResultOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 736 Value *ResultOp = I.getOperand(0);
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));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 774 Value *ResultOp = I.getOperand(0);
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));
    [all...]

Completed in 171 milliseconds