OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCONCAT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
Record.cpp
251
if (BO->getOpcode() == BinOpInit::
STRCONCAT
) {
256
return BinOpInit::get(BinOpInit::
STRCONCAT
, L, R, new StringRecTy);
911
case
STRCONCAT
: {
980
case
STRCONCAT
: Result = "!
strconcat
"; break;
[
all
...]
TGParser.cpp
938
Code = BinOpInit::
STRCONCAT
;
967
// We allow multiple operands to associative operators like !
strconcat
as
969
if (Code == BinOpInit::
STRCONCAT
) {
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
930
enum BinaryOp { ADD, SHL, SRA, SRL,
STRCONCAT
, CONCAT, EQ };
[
all
...]
Completed in 66 milliseconds