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 DExpandFp.cpp403 Value *Sub5 = Builder.CreateSub( in expandIToFP() local
406 Value *ShProm = Builder.CreateZExt(Sub5, IntTy); in expandIToFP()
408 FloatWidth == 128 ? Sub5 : ShProm); in expandIToFP()