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

  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 44 auto *Store1 = new StoreInst(Value, Addr, BB);
62 Store1->setMetadata(LLVMContext::MD_tbaa, MD2);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 409 SDValue Store1, Store2;
410 Store1 = DAG.getTruncStore(Chain, dl, TLI.isLittleEndian()?Lo:Hi, Ptr,
423 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2);
    [all...]

Completed in 80 milliseconds