Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp328 Error replaceResRetUses(CallInst *Intrin, CallInst *Op, bool HasCheckBit) { in replaceResRetUses() argument
334 if (HasCheckBit) { in replaceResRetUses()
460 [[nodiscard]] bool lowerTypedBufferLoad(Function &F, bool HasCheckBit) { in lowerTypedBufferLoad() argument
473 if (HasCheckBit) in lowerTypedBufferLoad()
482 if (Error E = replaceResRetUses(CI, *OpCall, HasCheckBit)) in lowerTypedBufferLoad()