HomeSort by: relevance | last modified time | path
    Searched defs:BinaryOp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 144 Optional<Instruction::BinaryOps> BinaryOp;
158 SimplifyAction(Instruction::BinaryOps BinaryOp, FtzRequirementTy FtzReq)
159 : BinaryOp(BinaryOp), FtzRequirement(FtzReq) {}
340 if (Action.BinaryOp)
341 return BinaryOperator::Create(*Action.BinaryOp, II->getArgOperand(0),
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1204 class BinaryOp : public SExpr {
1206 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1)
1211 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1)
1236 typename C::CType compare(const BinaryOp* E, C& Cmp) const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp 1530 BinaryOperatorKind &BinaryOp) {
1548 BinaryOp = BO_Add;
1557 BinaryOp = BO_Sub;
1566 BinaryOp = BO_Mul;
1570 BinaryOp = BO_Div;
1574 BinaryOp = BO_Rem;
1578 BinaryOp = BO_Xor;
1587 BinaryOp = BO_And;
1591 BinaryOp = BO_Or;
1603 BinaryOp = BO_Assign
    [all...]

Completed in 19 milliseconds