Home
last modified time | relevance | path

Searched defs:MulOp (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2345 Value *MulOp = Builder.CreateFMul(InitVec, Step); in getStepVector() local
2369 Instruction::BinaryOps MulOp; in buildScalarSteps() local
9397 Instruction::BinaryOps MulOp; in execute() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5676 MachineOperand &MulOp = Root.getOperand(IdxMulOp); in genIndexedMultiply() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3734 static Value* buildFMulAdd(llvm::Instruction *MulOp, Value *Addend, in buildFMulAdd()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3832 unsigned MulOp = Signed ? ISD::SMULO : ISD::UMULO; in ExpandIntRes_MULFIX() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2796 for (auto &MulOp : MulOpLists) { in getAddExpr() local
2819 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) { in getAddExpr() local
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6471 auto FindReplicatedReg = [&](SDValue MulOp) { in combineSTORE()