Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7511 Value *AllOnesValue = Constant::getAllOnesValue(X->getType()); in foldICmpCommutative() local
7527 ? Builder.CreateICmpSGT(X, AllOnesValue) in foldICmpCommutative()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10988 APFloat AllOnesValue = APFloat::getAllOnesValue(EltVT.getFltSemantics()); in lowerShuffleAsBitMask() local
10989 AllOnes = DAG.getConstantFP(AllOnesValue, DL, EltVT); in lowerShuffleAsBitMask()