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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 522 Value *ValOp = SI.getValueOperand();
523 if (ValOp == *U)
528 uint64_t Size = DL.getTypeStoreSize(ValOp->getType());
547 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
549 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 169 milliseconds