Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp692 static SelectInst *findSelectThroughCast(Value *V, CastInst *&Cast) { in findSelectThroughCast() function
714 SelectInst *Sel = findSelectThroughCast(BO.getOperand(0), CastOp); in foldBinOpIntoSelect()
717 Sel = findSelectThroughCast(BO.getOperand(1), CastOp); in foldBinOpIntoSelect()