Files
clang-p2996/clang/test/CodeGenHLSL/builtins
Deric Cheung 1c762c288f [HLSL] Implement the 'and' HLSL function (#127098)
Addresses #125604 

- Implements `and` as an HLSL builtin function
- The `and` HLSL builtin function gets lowered to the the LLVM `and`
instruction
2025-02-19 11:22:46 -08:00
..