Home
last modified time | relevance | path

Searched defs:visitZExtInst (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVCodeGenPrepare.cpp61 bool RISCVCodeGenPrepare::visitZExtInst(ZExtInst &ZExt) { in visitZExtInst() function in RISCVCodeGenPrepare
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstVisitor.h177 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);} in visitZExtInst() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1712 void Interpreter::visitZExtInst(ZExtInst &I) { in visitZExtInst() function in Interpreter
/openbsd/src/gnu/llvm/llvm/lib/IR/
DVerifier.cpp2953 void Verifier::visitZExtInst(ZExtInst &I) { in visitZExtInst() function in Verifier
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2231 void visitZExtInst(ZExtInst &I) { in visitZExtInst() function