Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp459 Value *Sub24 = Builder.CreateAdd( in expandIToFP() local
463 Value *ShProm25 = Builder.CreateZExt(Sub24, IntTy); in expandIToFP()
465 FloatWidth == 128 ? Sub24 : ShProm25); in expandIToFP()