Home
last modified time | relevance | path

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

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