Displaying 1 result from an estimated 1 matches for "undeftimes".
Did you mean:
undefines
2016 Sep 02
4
undef * 0
What is the value of undef * 0 in LLVM?
According to its definition in the LLVM IR reference;
"The string ‘undef‘ can be used anywhere a constant is expected..."
Am I correct to say that undef * 0 = 0 following this definition?
Best Regards,
soham