Home
last modified time | relevance | path

Searched defs:CondV (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp274 if (ConstantVector *CondV = dyn_cast<ConstantVector>(Cond)) { in ConstantFoldSelectInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp692 Value *CondV = SelI->getCondition(); in matchLeftShift() local
806 Value *CondV = SelI->getCondition(); in matchRightShift() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5220 llvm::Value *CondV = CGF.EmitScalarExpr(condExpr); in VisitAbstractConditionalOperator() local
5260 llvm::Value *CondV = CGF.EmitScalarExpr(condExpr); in VisitAbstractConditionalOperator() local
5277 llvm::Value *CondV = CGF.EvaluateExprAsBool(condExpr); in VisitAbstractConditionalOperator() local
H A DCGStmt.cpp2180 llvm::Value *CondV = EmitScalarExpr(S.getCond()); in EmitSwitchStmt() local
H A DCodeGenFunction.cpp2011 llvm::Value *CondV; in EmitBranchOnBoolExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2997 DefinedOrUnknownSVal CondV = CondV_untested.castAs<DefinedOrUnknownSVal>(); in processSwitch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7559 SDValue CondV = N->getOperand(0); combineSelectToBinOp() local
7692 SDValue CondV = Op.getOperand(0); lowerSELECT() local
7870 SDValue CondV = Op.getOperand(1); lowerBRCOND() local
[all...]