HomeSort by: relevance | last modified time | path
    Searched refs:isAlignedAllocLikeFn (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 78 bool isAlignedAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
80 bool isAlignedAllocLikeFn(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 277 bool llvm::isAlignedAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
282 bool llvm::isAlignedAllocLikeFn(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1089 isAlignedAllocLikeFn(DepInst, TLI) ||
NewGVN.cpp 1493 isAlignedAllocLikeFn(DepInst, TLI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 5057 } else if (isAlignedAllocLikeFn(MallocCall, TLI)) {
5204 bool IsAlignedAllocLike = isAlignedAllocLikeFn(&I, TLI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2156 } else if (isAlignedAllocLikeFn(&Call, TLI)) {

Completed in 71 milliseconds