Searched defs:BinaryOp (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 32 BinaryOp, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 145 std::optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5241 struct BinaryOp { argument 5236 struct BinaryOp { global() struct 5237 Opcode__anon508f8d701711::BinaryOp global() argument 5238 LHS__anon508f8d701711::BinaryOp global() argument 5239 RHS__anon508f8d701711::BinaryOp global() argument 5240 IsNSW__anon508f8d701711::BinaryOp global() argument 5245 Op__anon508f8d701711::BinaryOp global() argument 5247 BinaryOp__anon508f8d701711::BinaryOp BinaryOp() argument 5256 BinaryOp__anon508f8d701711::BinaryOp BinaryOp() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1215 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function 1220 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1676 DecodeOperatorCall(const CXXOperatorCallExpr * S,UnaryOperatorKind & UnaryOp,BinaryOperatorKind & BinaryOp,unsigned & NumArgs) DecodeOperatorCall() argument 1889 BinaryOperatorKind BinaryOp = BO_Comma; VisitCXXOperatorCallExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 5715 isNeutralValue(Instruction::BinaryOps BinaryOp,Value * RHS,bool IsSigned) isNeutralValue() argument 5729 computeOverflow(Instruction::BinaryOps BinaryOp,bool IsSigned,Value * LHS,Value * RHS,Instruction * CxtI) const computeOverflow() argument 5753 OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp,bool IsSigned,Value * LHS,Value * RHS,Instruction & OrigI,Value * & Result,Constant * & Overflow) OptimizeOverflowCheck() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 899 enum BinaryOp : uint8_t { enum
|