Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp375 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength()); in analyzeLoadFromClobberingMemInst() local
376 if (!SizeCst) in analyzeLoadFromClobberingMemInst()
378 uint64_t MemSizeInBits = SizeCst->getZExtValue() * 8; in analyzeLoadFromClobberingMemInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp286 ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength()); in analyzeLoadFromClobberingMemInst() local
287 if (!SizeCst) in analyzeLoadFromClobberingMemInst()
289 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()