Home
last modified time | relevance | path

Searched defs:Opnd1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp363 Value *Opnd1 = I->getOperand(1); in drillValueDownOneStep() local
531 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify() local
754 Value *FAddCombine::createFSub(Value *Opnd0, Value *Opnd1) { in createFSub()
769 Value *FAddCombine::createFAdd(Value *Opnd0, Value *Opnd1) { in createFAdd()
776 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()
783 Value *FAddCombine::createFDiv(Value *Opnd0, Value *Opnd1) { in createFDiv()
DInstCombineMulDivRem.cpp491 Value *Opnd1 = FMulOrDiv->getOperand(1); in foldFMulConst() local
585 Value *Opnd1 = FAddSub->getOperand(1); in visitFMul() local
650 Value *Opnd1 = Op1; in visitFMul() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1260 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, in CombineXorOpnd()
1295 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, XorOpnd *Opnd2, in CombineXorOpnd()
DLoopIdiomRecognize.cpp992 Value *Opnd1 = ConstantInt::get(PopCntZext->getType(), 0); in transformLoopToPopcount() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8078 const SDValue *Opnd1; member