Home
last modified time | relevance | path

Searched refs:SizeCst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp260 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength()); in analyzeLoadFromClobberingMemInst() local
261 if (!SizeCst) in analyzeLoadFromClobberingMemInst()
263 uint64_t MemSizeInBits = SizeCst->getZExtValue() * 8; in analyzeLoadFromClobberingMemInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp897 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength()); in AnalyzeLoadFromClobberingMemInst() local
898 if (SizeCst == 0) return -1; in AnalyzeLoadFromClobberingMemInst()
899 uint64_t MemSizeInBits = SizeCst->getZExtValue()*8; in AnalyzeLoadFromClobberingMemInst()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp938 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength()); in AnalyzeLoadFromClobberingMemInst() local
939 if (!SizeCst) return -1; in AnalyzeLoadFromClobberingMemInst()
940 uint64_t MemSizeInBits = SizeCst->getZExtValue()*8; in AnalyzeLoadFromClobberingMemInst()