Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp362 Value *Opnd1 = I->getOperand(1); in drillValueDownOneStep() local
530 FAddend Opnd0, Opnd1, Opnd0_0, Opnd0_1, Opnd1_0, Opnd1_1; in simplify() local
755 (Value *Opnd0, Value *Opnd1) { in createFSub()
771 (Value *Opnd0, Value *Opnd1) { in createFAdd()
778 Value *FAddCombine::createFMul(Value *Opnd0, Value *Opnd1) { in createFMul()
785 Value *FAddCombine::createFDiv(Value *Opnd0, Value *Opnd1) { in createFDiv()
DInstCombineMulDivRem.cpp390 Value *Opnd1 = FMulOrDiv->getOperand(1); in foldFMulConst() local
483 Value *Opnd1 = FAddSub->getOperand(1); in visitFMul() local
543 Value *Opnd1 = Op1; in visitFMul() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp537 Value *Opnd1 = ConstantInt::get(PopCntZext->getType(), 0); in transform() local
577 Value *Opnd1 = cast<Value>(TcPhi); in transform() local
DReassociate.cpp1149 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, in CombineXorOpnd()
1184 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, XorOpnd *Opnd2, in CombineXorOpnd()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6805 const SDValue *Opnd1; member