Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp514 auto *PFalse = Constant::getNullValue(II.getType()); in instCombineSVECmpNE() local
515 PFalse->takeName(&II); in instCombineSVECmpNE()
516 return IC.replaceInstUsesWith(II, PFalse); in instCombineSVECmpNE()