Searched defs:LeftOperand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 156 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd() argument 161 Expected<APInt> llvm::exprSub(const APInt &LeftOperand, in exprSub() argument 166 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, in exprMul() argument 171 Expected<APInt> llvm::exprDiv(const APInt &LeftOperand, in exprDiv() argument 180 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax() argument 186 exprMin(const APInt & LeftOperand,const APInt & RightOperand,bool & Overflow) exprMin() argument [all...] |
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 496 const SCEV *LeftOperand = SE.getSCEVAtScope(ICond->getOperand(0), L), in buildConditionSets() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2313 auto LeftOperand = MIRBuilder.buildInstr(ExtOp, {WideTy}, {LHS}); widenScalarMulo() local
|