Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2019 static bool isBrevLdIntrinsic(const Value *Inst) { in isBrevLdIntrinsic() function
2036 else if (isa<IntrinsicInst>(V) && isBrevLdIntrinsic(V)) in getBrevLdObject()