Home
last modified time | relevance | path

Searched refs:ConstSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp27 uint64_t ConstSize = 0; in EmitMOPS() local
29 ConstSize = C->getZExtValue(); in EmitMOPS()
58 MF.getMachineMemOperand(DstPtrInfo, Flags, ConstSize, Alignment); in EmitMOPS()
60 MF.getMachineMemOperand(SrcPtrInfo, Flags, ConstSize, Alignment); in EmitMOPS()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1017 const SCEVConstant *ConstSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in mayLoopAccessLocation() local
1018 if (BECst && ConstSize) in mayLoopAccessLocation()
1020 ConstSize->getValue()->getZExtValue()); in mayLoopAccessLocation()