Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15409 int FalseNodeExpVal = FalseNode->getValueAPF().getExactLog2Abs(); in performFMulCombine() local
15410 if (FalseNodeExpVal == INT_MIN) in performFMulCombine()
15417 DAG.getSignedConstant(FalseNodeExpVal, SL, IntVT)); in performFMulCombine()