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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 658 Value *CondVal = SI.getCondition();
662 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, TD))
669 return BinaryOperator::CreateOr(CondVal, FalseVal);
672 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
677 return BinaryOperator::CreateAnd(CondVal, TrueVal);
680 Value *NotCond = Builder->CreateNot(CondVal, "not."+CondVal->getName());
686 if (CondVal == TrueVal)
687 return BinaryOperator::CreateOr(CondVal, FalseVal)
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 649 GenericValue CondVal = getOperandValue(Cond, SF);
659 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
669 if (executeICMP_EQ(Val, CondVal, ElTy).IntVal != 0) {
682 if (executeICMP_ULE(Low, CondVal, ElTy).IntVal != 0 &&
683 executeICMP_ULE(CondVal, High, ElTy).IntVal != 0) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 628 Constant *CondVal = 0;
631 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {
634 UnswitchTrivialCondition(currentLoop, LoopCond, CondVal, ExitBlock);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 460 /// condition is CondVal.
462 const Stmt *Else, bool CondVal,
464 if (CondVal) {
    [all...]
SemaStmt.cpp 388 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
391 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 1279 milliseconds