Home
last modified time | relevance | path

Searched defs:BinaryOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1406 struct BinaryOp { struct
1407 unsigned Opcode;
1408 std::array<Value *, 2> Operands;
1409 bool IsNSW = false;
1410 bool IsNUW = false;
1412 explicit BinaryOp(Instruction *Op) in BinaryOp() argument
1421 explicit BinaryOp(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS, in BinaryOp() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h32 BinaryOp, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp145 std::optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5241 struct BinaryOp { struct
5242 unsigned Opcode;
5243 Value *LHS;
5244 Value *RHS;
5245 bool IsNSW = false;
5246 bool IsNUW = false;
5250 Operator *Op = nullptr;
5252 explicit BinaryOp(Operator *Op) in BinaryOp() function
5261 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1215 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1220 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1687 BinaryOperatorKind &BinaryOp, in DecodeOperatorCall()
1900 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6044 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS, bool IsSigned) { in isNeutralValue()
6058 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow()
6082 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h899 enum BinaryOp : uint8_t { enum