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

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 86 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes);
87 unsigned Size2 = Bytes - Size1;
88 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1,
93 DAG.getConstant(Size1, DstVT));
94 DstPtrInfo = DstPtrInfo.getWithOffset(Size1);
96 std::min(Align, Size1), DstPtrInfo);
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 286 bool isAlias(SDValue Ptr1, int64_t Size1,
    [all...]

Completed in 1310 milliseconds