Searched refs:OpID (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2187 unsigned OpID = 0; local
2193 OpID = 1;
2199 OpID = 2;
2205 OpID = 3;
2212 OpID <<= 1;
2214 OpID |= 1;
2267 Builder.getInt8(OpID),

Completed in 104 milliseconds