HomeSort by relevance Sort by last modified time
    Searched refs:getTrueValue (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 40 return related(A->getTrueValue(), SB->getTrueValue(), DL) ||
44 return related(A->getTrueValue(), B, DL) ||
ObjCARCOpts.cpp 102 Worklist.push_back(SI->getTrueValue());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 410 Value *TrueVal = SI.getTrueValue();
699 SI->getCondition(), SI->getFalseValue(), SI->getTrueValue());
828 Value *TrueVal = SI.getTrueValue();
    [all...]
InstructionCombining.cpp 645 SI0->getTrueValue(),
646 SI1->getTrueValue()),
648 if (Value *V = SimplifyBinOp(TopLevelOpcode, SI0->getTrueValue(),
649 SI1->getTrueValue(), DL, TLI, DT, AC))
    [all...]
InstCombineLoadStoreAlloca.cpp 598 Worklist.push_back(SI->getTrueValue());
    [all...]
InstCombineShifts.cpp 169 return CanEvaluateShifted(SI->getTrueValue(), NumBits, isLeftShift,
    [all...]
InstCombineVectorOps.cpp 250 Value *TrueVal = SI->getTrueValue();
    [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 127 V = SI->getTrueValue();
148 V = SI->getTrueValue();
ScalarReplAggregates.cpp     [all...]
JumpThreading.cpp 628 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference);
    [all...]
SCCP.cpp 831 Value *OpVal = CondCB->isZero() ? I.getFalseValue() : I.getTrueValue();
839 LatticeVal TVal = getValueState(I.getTrueValue());
    [all...]
RewriteStatepointsForGC.cpp 786 visitIncomingValue(Sel->getTrueValue());
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 505 Worklist.push_back(SI->getTrueValue());
    [all...]
GlobalsModRef.cpp 654 const Value *LHS = GetUnderlyingObject(SI->getTrueValue(), DL);
771 const Value *LHS = GetUnderlyingObject(SI->getTrueValue(), DL);
    [all...]
MemoryBuiltins.cpp 575 SizeOffsetType TrueSide = compute(I.getTrueValue());
786 SizeOffsetEvalType TrueSide = compute_(I.getTrueValue());
CFLAliasAnalysis.cpp 221 auto *TrueVal = Inst.getTrueValue();
    [all...]
InstructionSimplify.cpp 315 TV = SimplifyBinOp(Opcode, SI->getTrueValue(), RHS, Q, MaxRecurse);
318 TV = SimplifyBinOp(Opcode, LHS, SI->getTrueValue(), Q, MaxRecurse);
335 if (TV == SI->getTrueValue() && FV == SI->getFalseValue())
349 Value *UnsimplifiedBranch = FV ? SI->getTrueValue() : SI->getFalseValue();
384 Value *TV = SI->getTrueValue();
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 752 FlowsToReturn.insert(SI->getTrueValue());
860 FlowsToReturn.insert(SI->getTrueValue());
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 967 Value *TrueVal = SI->getTrueValue();
    [all...]

Completed in 676 milliseconds

1 2