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
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.cpp480 Value *Opnd1 = FMulOrDiv->getOperand(1); in foldFMulConst() local
574 Value *Opnd1 = FAddSub->getOperand(1); in visitFMul() local
639 Value *Opnd1 = Op1; in visitFMul() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp505 Value *Opnd1 = ConstantInt::get(PopCntZext->getType(), 0); in transform() local
545 Value *Opnd1 = cast<Value>(TcPhi); in transform() local
DReassociate.cpp1277 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, in CombineXorOpnd()
1312 bool Reassociate::CombineXorOpnd(Instruction *I, XorOpnd *Opnd1, XorOpnd *Opnd2, in CombineXorOpnd()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7497 const SDValue *Opnd1; member