Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp333 static bool isSupportedGuardInstruction(const Instruction *Insn) { in isSupportedGuardInstruction() function
353 if (isSupportedGuardInstruction(&I)) in run()
364 if (isSupportedGuardInstruction(I)) in run()