Searched refs:AllOnesValue (Results 1 – 2 of 2) sorted by relevance
7511 Value *AllOnesValue = Constant::getAllOnesValue(X->getType()); in foldICmpCommutative() local7527 ? Builder.CreateICmpSGT(X, AllOnesValue) in foldICmpCommutative()
10988 APFloat AllOnesValue = APFloat::getAllOnesValue(EltVT.getFltSemantics()); in lowerShuffleAsBitMask() local10989 AllOnes = DAG.getConstantFP(AllOnesValue, DL, EltVT); in lowerShuffleAsBitMask()