HomeSort by relevance Sort by last modified time
    Searched refs:CondVal (Results 1 - 18 of 18) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 844 Value *CondVal = SI.getCondition();
    [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 650 Value *CondVal = SI.getCondition();
654 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD))
661 return BinaryOperator::CreateOr(CondVal, FalseVal);
664 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
669 return BinaryOperator::CreateAnd(CondVal, TrueVal);
672 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
678 if (CondVal == TrueVal)
679 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 422 Constant *CondVal = 0;
424 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
427 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
AnalysisBasedWarnings.cpp 649 /// condition is CondVal.
651 const Stmt *Else, bool CondVal,
653 if (CondVal) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 667 GenericValue CondVal = getOperandValue(Cond, SF);
675 if (executeICMP_EQ(CondVal, CaseVal, ElTy).IntVal != 0) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 604 milliseconds