Searched defs:Ctlz (Results 1 – 5 of 5) sorted by relevance
44 Ctlz, enumerator
3534 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() function3542 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz() function
4443 RValue<UInt> Ctlz(RValue<UInt> x, bool isZeroUndef) in Ctlz() function4463 RValue<UInt4> Ctlz(RValue<UInt4> x, bool isZeroUndef) in Ctlz() function
3477 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
20582 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local