Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp194 auto ReplaceInstructionWithConst = [&](Instruction *I, Constant *C) { in foldReflectCall() local
201 ReplaceInstructionWithConst(Call, NewValue); in foldReflectCall()
207 ReplaceInstructionWithConst(I, C); in foldReflectCall()