Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp553 std::string DXILFnName = constructOverloadName(Kind, OverloadTy, *Prop); in tryCreateOp() local
554 FunctionCallee DXILFn = M.getOrInsertFunction(DXILFnName, DXILOpFT); in tryCreateOp()