Home
last modified time | relevance | path

Searched defs:isDereferenceable (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h291 bool isDereferenceable() const { return FlagVals & MODereferenceable; } in isDereferenceable() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp1023 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, in isDereferenceable() function in MachinePointerInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7106 bool isDereferenceable = in getMemcpyLoadsAndStores() local
7252 bool isDereferenceable = in getMemmoveLoadsAndStores() local
H A DDAGCombiner.cpp19255 bool isDereferenceable = true; in tryStoreMergeOfLoads() local