Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td134 bit ChangesPC = 0;
160 let ChangesPC = 1;
178 let ChangesPC = 1;
186 let ChangesPC = 1;
192 let ChangesPC = 1;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp119 bool ChangesPC = R->getValueAsBit("ChangesPC"); in EmitInterp() local
145 if (ChangesPC) in EmitInterp()