Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5270 TryResult NegatedVal = ConditionVal; in VisitConditionalOperatorForTemporaryDtors() local
5271 if (NegatedVal.isKnown()) NegatedVal.negate(); in VisitConditionalOperatorForTemporaryDtors()
5281 bothKnownTrue(Context.KnownExecuted, NegatedVal)); in VisitConditionalOperatorForTemporaryDtors()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5156 Register NegatedVal = MRI.createVirtualRegister(DstRegClass); in lowerWaveReduce() local
5160 BuildMI(BB, MI, DL, TII->get(AMDGPU::S_MUL_I32), NegatedVal) in lowerWaveReduce()