Searched defs:isDereferenceablePointer (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoads.cpp137 bool llvm::isDereferenceablePointer(const Value *V, const DataLayout &DL, function in class:llvm
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValue.cpp341 /// isDereferenceablePointer - Test if this value is always a pointer to
343 bool Value::isDereferenceablePointer() const { function in class:Value
365 if (!GEP->getOperand(0)->isDereferenceablePointer())

Completed in 283 milliseconds