Home
last modified time | relevance | path

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

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