Searched refs:getConstantDataArrayInfo (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 321 bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4295 bool llvm::getConstantDataArrayInfo(const Value *V, in getConstantDataArrayInfo() function in llvm 4393 if (!getConstantDataArrayInfo(V, Slice, 8)) in getConstantStringInfo() 4479 if (!getConstantDataArrayInfo(V, Slice, CharSize)) in GetStringLengthH()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 942 if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) { in optimizeStringLength()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6937 return getConstantDataArrayInfo(G->getGlobal(), Slice, 8, in isMemSrcFromConstant()
|