OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Opnd1
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
175
Value *createFSub(Value *Opnd0, Value *
Opnd1
);
176
Value *createFAdd(Value *Opnd0, Value *
Opnd1
);
177
Value *createFMul(Value *Opnd0, Value *
Opnd1
);
178
Value *createFDiv(Value *Opnd0, Value *
Opnd1
);
363
Value *
Opnd1
= I->getOperand(1);
367
if ((C1 = dyn_cast<ConstantFP>(
Opnd1
)) && C1->isZero())
368
Opnd1
= nullptr;
377
if (
Opnd1
) {
380
Addend.set(1,
Opnd1
);
387
if (Opnd0 ||
Opnd1
)
[
all
...]
InstCombineMulDivRem.cpp
491
Value *
Opnd1
= FMulOrDiv->getOperand(1);
494
Constant *C1 = dyn_cast<Constant>(
Opnd1
);
502
R = BinaryOperator::CreateFMul(C1 ? Opnd0 :
Opnd1
, F);
510
R = BinaryOperator::CreateFDiv(F,
Opnd1
);
585
Value *
Opnd1
= FAddSub->getOperand(1);
587
Constant *C1 = dyn_cast<Constant>(
Opnd1
);
591
std::swap(Opnd0,
Opnd1
);
650
Value *
Opnd1
= Op1;
658
Value *N1 = dyn_castFNegVal(
Opnd1
, IgnoreZeroSign);
669
Value *T = Builder->CreateFMul(N0,
Opnd1
);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
175
bool CombineXorOpnd(Instruction *I, XorOpnd *
Opnd1
, APInt &ConstOpnd,
177
bool CombineXorOpnd(Instruction *I, XorOpnd *
Opnd1
, XorOpnd *Opnd2,
[
all
...]
LoopIdiomRecognize.cpp
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 2814 milliseconds