OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Opnd1
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
390
Value *
Opnd1
= FMulOrDiv->getOperand(1);
393
Constant *C1 = dyn_cast<Constant>(
Opnd1
);
401
R = BinaryOperator::CreateFMul(C1 ? Opnd0 :
Opnd1
, F);
409
R = BinaryOperator::CreateFDiv(F,
Opnd1
);
483
Value *
Opnd1
= FAddSub->getOperand(1);
485
Constant *C1 = dyn_cast<Constant>(
Opnd1
);
489
std::swap(Opnd0,
Opnd1
);
543
Value *
Opnd1
= Op1;
551
Value *N1 = dyn_castFNegVal(
Opnd1
, IgnoreZeroSign);
562
Value *T = Builder->CreateFMul(N0,
Opnd1
);
[
all
...]
InstCombineAddSub.cpp
174
Value *createFSub(Value *Opnd0, Value *
Opnd1
);
175
Value *createFAdd(Value *Opnd0, Value *
Opnd1
);
176
Value *createFMul(Value *Opnd0, Value *
Opnd1
);
177
Value *createFDiv(Value *Opnd0, Value *
Opnd1
);
362
Value *
Opnd1
= I->getOperand(1);
366
if ((C1 = dyn_cast<ConstantFP>(
Opnd1
)) && C1->isZero())
367
Opnd1
= nullptr;
376
if (
Opnd1
) {
379
Addend.set(1,
Opnd1
);
386
if (Opnd0 ||
Opnd1
)
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
537
Value *
Opnd1
= ConstantInt::get(PopCntZext->getType(), 0);
539
std::swap(Opnd0,
Opnd1
);
542
cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0,
Opnd1
));
577
Value *
Opnd1
= cast<Value>(TcPhi);
580
cast<Instruction>(Builder.CreateSub(
Opnd1
, Opnd2, "tcdec", false, true));
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 812 milliseconds