Searched defs:isDereferenceable (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineMemOperand.h | 299 bool isDereferenceable() const { return FlagVals & MODereferenceable; } isDereferenceable() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineOperand.cpp | 1041 bool MachinePointerInfo::isDereferenceable(unsigned Size, LLVMContext &C, isDereferenceable() function in MachinePointerInfo |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 7899 bool isDereferenceable = getMemcpyLoadsAndStores() local |
H A D | DAGCombiner.cpp | 20883 bool isDereferenceable = true; tryStoreMergeOfLoads() local |