Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp851 unsigned LowerBits = llvm::countr_zero(SplatBitsZ); in isVectorConstantLegal() local
853 uint64_t Lower = SplatUndefZ & maskTrailingOnes<uint64_t>(LowerBits); in isVectorConstantLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3733 SDValue LowerBits = DAG.getNode(ISD::SRA, DL, MVT::i64, Value, in getAArch64XALUOOp() local
3738 Overflow = DAG.getNode(AArch64ISD::SUBS, DL, VTs, UpperBits, LowerBits) in getAArch64XALUOOp()