Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandFp.cpp413 Value *Shr9 = Builder.CreateLShr(ConstantInt::getSigned(IntTy, -1), in expandIToFP() local
415 Value *And = Builder.CreateAnd(Shr9, IsSigned ? Sub : IntVal); in expandIToFP()