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

  /external/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 422 Constant *CondVal = 0;
424 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
427 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 667 GenericValue CondVal = getOperandValue(Cond, SF);
675 if (executeICMP_EQ(CondVal, CaseVal, ElTy).IntVal != 0) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 335 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
338 ExprResult CondResult(CondVal.release());
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 533 milliseconds