reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
12816       Index = ConstantInt::get(Index->getType(), 1 - Index->getZExtValue());
12816       Index = ConstantInt::get(Index->getType(), 1 - Index->getZExtValue());
12816       Index = ConstantInt::get(Index->getType(), 1 - Index->getZExtValue());
12818     return Builder.CreateExtractElement(Unpacked, Index);