Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp540 void reportInvalidUse(const Value &V, const Instruction &I);
814 reportInvalidUse(*InValue, *PN); in verifyInstruction()
868 reportInvalidUse(*LHS, I); in verifyInstruction()
870 reportInvalidUse(*RHS, I); in verifyInstruction()
876 reportInvalidUse(*V, I); in verifyInstruction()
880 void InstructionVerifier::reportInvalidUse(const Value &V, in reportInvalidUse() function in InstructionVerifier