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

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 395 static bool IsPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) {
414 return Low != Set.end() && IsPrefix(*Low, Indices);
433 if (IsPrefix(*Low, ToMark))
446 while (Low != End && IsPrefix(ToMark, *Low)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 244 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
267 return Low != Set.end() && IsPrefix(*Low, Indices);
286 if (IsPrefix(*Low, ToMark))
299 while (Low != End && IsPrefix(ToMark, *Low)) {
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 395 IsPrefix,
582 unsigned int isprefix:1; member in struct:i386_opcode_modifier
i386-gen.c 494 BITFIELD (IsPrefix),
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 305 milliseconds