Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td97 bit ChangesPC = 0;
114 let ChangesPC = 1;
132 let ChangesPC = 1;
140 let ChangesPC = 1;
146 let ChangesPC = 1;
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp118 bool ChangesPC = R->getValueAsBit("ChangesPC"); in EmitInterp() local
134 if (ChangesPC) in EmitInterp()