/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 844 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 913 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 2992 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1681 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 1756 Value *CondVal = SI.getCondition(); in foldOverflowingAddSubSelect() local 1935 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local 2327 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 3506 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1733 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 1808 Value *CondVal = SI.getCondition(); in foldOverflowingAddSubSelect() local 1987 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local 2596 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 3462 APInt CondVal(1, isa<Constant>(SI->getFalseValue()) ? 0 : 1); in visitFreeze() local 3814 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in prepareICWorklistFromFunction() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 922 Constant *CondVal = nullptr; in TryTrivialLoopUnswitch() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1104 Constant *CondVal = nullptr; in tryTrivialLoopUnswitch() local
|
D | SCCP.cpp | 1317 ValueLatticeElement CondVal = getValueState(OtherOp); in handleCallResult() local
|
D | NewGVN.cpp | 2463 auto *CondVal = cast<ConstantInt>(CondEvaluated); in processOutgoingEdges() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1123 Constant *CondVal = nullptr; in TryTrivialLoopUnswitch() local
|
D | NewGVN.cpp | 2510 auto *CondVal = cast<ConstantInt>(CondEvaluated); in processOutgoingEdges() local
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 651 const Stmt *Else, bool CondVal, in CreateIfFixit()
|
D | SemaStmt.cpp | 1240 auto CondVal = Cond.get(); in ActOnWhileStmt() local
|
/external/llvm-project/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 787 const Stmt *Else, bool CondVal, in CreateIfFixit()
|
D | SemaStmt.cpp | 1372 auto CondVal = Cond.get(); in ActOnWhileStmt() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 953 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 898 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 951 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 2262 Ice::Operand *CondVal = getRelativeOperand(Values[2], BaseIndex); in ProcessRecord() local
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 2139 if (Optional<APSInt> CondVal = in getAsVariantMatchInfo() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 579 const Value *CondVal = BrInst.getCondition(); in translateBr() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3376 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3854 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3976 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
|