Searched refs:MemsetType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryLocation.cpp99 FunctionType *MemsetType = MS->getFunctionType(); local
100 if (!MemsetType->isVarArg() && MemsetType->getNumParams() == 3 &&
101 isa<PointerType>(MemsetType->getParamType(0)) &&
102 isa<PointerType>(MemsetType->getParamType(1)) &&
103 isa<IntegerType>(MemsetType->getParamType(2)))
H A DBasicAliasAnalysis.cpp539 FunctionType *MemsetType = MS->getFunctionType(); local
540 if (!MemsetType->isVarArg() && MemsetType->getNumParams() == 3 &&
541 isa<PointerType>(MemsetType->getParamType(0)) &&
542 isa<PointerType>(MemsetType->getParamType(1)) &&
543 isa<IntegerType>(MemsetType->getParamType(2)))

Completed in 127 milliseconds