Searched refs:LoSize (Results 1 – 3 of 3) sorted by relevance
1828 unsigned LoSize = Lo.getValueType().getSizeInBits(); in ExpandIntRes_LOAD() local1830 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_LOAD()2184 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local2186 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_SIGN_EXTEND()
3579 unsigned LoSize = VT.getSizeInBits(); in ExpandNode() local3581 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()3583 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()
2076 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local2078 unsigned HiStart = llvm::DataLayout::RoundUpAlignment(LoSize, HiAlign); in GetX86_64ByValArgumentPair()