OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSV
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
1004
if (Value *
LHSV
= dyn_castNegVal(LHS)) {
1007
Value *NewAdd = Builder->CreateAdd(
LHSV
, RHSV, "sum");
1011
return BinaryOperator::CreateSub(RHS,
LHSV
);
[
all
...]
InstCombineCompares.cpp
717
Value *
LHSV
= GEPLHS->getOperand(DiffOperand);
720
return new ICmpInst(ICmpInst::getSignedPredicate(Cond),
LHSV
, RHSV);
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
Completed in 1486 milliseconds