/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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1163 Value *CondVal = SI.getCondition(); in foldAddSubSelect() local 1295 Value *CondVal = SI.getCondition(); in canonicalizeSelectToShuffle() local 1507 Value *CondVal = SI.getCondition(); in visitSelectInst() local
|
D | InstructionCombining.cpp | 3189 bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue(); in AddReachableCodeToWorklist() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 922 Constant *CondVal = nullptr; in TryTrivialLoopUnswitch() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1092 Constant *CondVal = nullptr; in TryTrivialLoopUnswitch() local
|
D | NewGVN.cpp | 2531 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/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 898 GenericValue CondVal = getOperandValue(Cond, SF); in visitSwitchInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 898 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/lib/Analysis/ |
D | InstructionSimplify.cpp | 3376 static Value *SimplifySelectInst(Value *CondVal, Value *TrueVal, in SimplifySelectInst()
|
D | ScalarEvolution.cpp | 6570 auto *CondVal = dyn_cast_or_null<ConstantInt>( in computeExitCountExhaustively() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3760 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
|
D | ScalarEvolution.cpp | 7922 auto *CondVal = dyn_cast_or_null<ConstantInt>( in computeExitCountExhaustively() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1806 const Value *CondVal = I.getCondition(); in visitBr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1987 const Value *CondVal = I.getCondition(); in visitBr() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 17818 unsigned CondVal = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20928 unsigned CondVal = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
|