search for: b7c5351b

Displaying 1 result from an estimated 1 matches for "b7c5351b".

2015 Jan 03
2
[LLVMdev] Evaluation of offsetof() macro
> >> So it handles all const expression evaluation in the front-end? >> >> > Yes, clang has it's own constant expression evaluator which understands > the rules of C++. > > Let's take an example. > The expression (long)&x/(long)&y divides two globals by each other. This > expression is lowered to the following LLVM IR Constant: > i64 sdiv