Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h77 GENERATE_HLSL_INTRINSIC_FUNCTION(Lerp, lerp)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1849 if (Instruction *Lerp = factorizeLerp(I, Builder)) in factorizeFAddFSub() local
1850 return Lerp; in factorizeFAddFSub()