Home
last modified time | relevance | path

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

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