Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp398 Value *Sub5 = Builder.CreateSub( in expandIToFP() local
401 Value *ShProm = Builder.CreateZExt(Sub5, IntTy); in expandIToFP()
403 FloatWidth == 128 ? Sub5 : ShProm); in expandIToFP()