Home
last modified time | relevance | path

Searched refs:BinaryOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtProfile.cpp555 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() argument
574 BinaryOp = BO_Add; in DecodeOperatorCall()
583 BinaryOp = BO_Sub; in DecodeOperatorCall()
592 BinaryOp = BO_Sub; in DecodeOperatorCall()
596 BinaryOp = BO_Div; in DecodeOperatorCall()
600 BinaryOp = BO_Rem; in DecodeOperatorCall()
604 BinaryOp = BO_Xor; in DecodeOperatorCall()
613 BinaryOp = BO_And; in DecodeOperatorCall()
617 BinaryOp = BO_Or; in DecodeOperatorCall()
629 BinaryOp = BO_Assign; in DecodeOperatorCall()
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enum
932 BinaryOp Opc;
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit()
945 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
965 BinaryOp getOpcode() const { return Opc; } in getOpcode()
/freebsd-9-stable/contrib/llvm/lib/TableGen/
DTGParser.cpp926 BinOpInit::BinaryOp Code; in ParseOperation()
DRecord.cpp880 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs, in get()