Home
last modified time | relevance | path

Searched refs:BinExpr (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/third_party/jinja2/
Dnodes.py415 class BinExpr(Expr): class
795 class Mul(BinExpr):
800 class Div(BinExpr):
805 class FloorDiv(BinExpr):
812 class Add(BinExpr):
817 class Sub(BinExpr):
822 class Mod(BinExpr):
827 class Pow(BinExpr):
832 class And(BinExpr):
841 class Or(BinExpr):
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp865 } else if (const MCBinaryExpr *BinExpr = dyn_cast<MCBinaryExpr>(Expr)) { in addNegOperand() local
866 if (BinExpr->getOpcode() == MCBinaryExpr::Sub) { in addNegOperand()
867 const MCExpr *NE = MCBinaryExpr::createSub(BinExpr->getRHS(), in addNegOperand()
868 BinExpr->getLHS(), Ctx); in addNegOperand()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp828 } else if (const MCBinaryExpr *BinExpr = dyn_cast<MCBinaryExpr>(Expr)) { in addNegOperand() local
829 if (BinExpr->getOpcode() == MCBinaryExpr::Sub) { in addNegOperand()
830 const MCExpr *NE = MCBinaryExpr::createSub(BinExpr->getRHS(), in addNegOperand()
831 BinExpr->getLHS(), Ctx); in addNegOperand()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp957 BinaryOperator *BinExpr = cast<BinaryOperator>(Op1); in optimizeCos() local
958 return B.CreateCall(Callee, BinExpr->getOperand(1), "cos"); in optimizeCos()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1091 BinaryOperator *BinExpr = cast<BinaryOperator>(Op1); in optimizeCos() local
1092 return B.CreateCall(Callee, BinExpr->getOperand(1), "cos"); in optimizeCos()