HomeSort by: relevance | last modified time | path
    Searched defs:IsDereferenceable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1124 bool IsDereferenceable = false;
1134 if (IsDereferenceable)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 2286 bool IsDereferenceable = I->hasMetadata(LLVMContext::MD_dereferenceable);
2301 if (IsDereferenceable)

Completed in 27 milliseconds