Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp4328 if (Instruction *Copysign = foldSelectToCopysign(SI, Builder)) in visitSelectInst() local
4329 return Copysign; in visitSelectInst()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3614 def Copysign : FPMathTemplate, LibBuiltin<"math.h"> {