Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8205 auto FindReplicatedImm = [&](ConstantSDNode *C, unsigned TotBytes) { in combineSTORE() argument
8213 if (!llvm::isUIntN(TotBytes * 8, Val.getZExtValue())) { in combineSTORE()
8216 Val = Val.trunc(TotBytes * 8); in combineSTORE()
8219 SystemZVectorConstantInfo VCI(APInt(TotBytes * 8, Val.getZExtValue())); in combineSTORE()