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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 469 Value *ValOp = SI.getValueOperand();
470 if (ValOp == *U)
475 uint64_t Size = DL.getTypeStoreSize(ValOp->getType());
493 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
495 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
    [all...]

Completed in 1515 milliseconds