Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td125 bit ChangesPC = 0;
152 let ChangesPC = 1;
170 let ChangesPC = 1;
178 let ChangesPC = 1;
184 let ChangesPC = 1;
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp120 bool ChangesPC = R->getValueAsBit("ChangesPC"); in EmitInterp() local
140 if (ChangesPC) in EmitInterp()