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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 506 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace();
516 } else if (DestAS == 0 && TLI->has(LibFunc::memset_pattern16) &&
534 Type *DestInt8PtrTy = Builder.getInt8PtrTy(DestAS);
535 Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1273 milliseconds