Searched defs:False (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk12 False= ${echo false >&2:L:sh}FALSE macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h63 Unknown = -1, False = 0, True = 1 enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-11-stable/sbin/adjkerntz/
H A Dadjkerntz.c64 #define False (0) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp574 ClassifyConditional(ASTContext &Ctx, const Expr *True, const Expr *False) argument
/freebsd-11-stable/contrib/bzip2/
H A Dbzip2recover.c57 #define False ((Bool)0) macro
H A Dbzip2.c170 #define False ((Bool)0) macro
[all...]
H A Dbzlib_private.h50 #define False ((Bool)0) macro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h56 #define False 0 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp120 auto *False = ConstantInt::getFalse(C); local
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c80 Cell *False = &falsecell; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1025 getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode Cond) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp949 SDValue False = Op.getOperand(3); local
1977 SDValue False = N->getOperand(3); local
[all...]
H A DAMDGPURegisterBankInfo.cpp80 auto False = B.buildConstant(S32, 0); local
1829 auto False = B.buildConstant(SelType, 0); local
H A DAMDGPUISelLowering.cpp3589 SDValue False = N->getOperand(2); local
1256 combineFMinMaxLegacy(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, SDValue CC, DAGCombinerInfo &DCI) const argument
H A DSIISelLowering.cpp5514 SDValue False = DAG.getTargetConstant(0, DL, MVT::i1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1021 SDValue False = getZero(dl, ResTy, DAG); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp209 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); local
H A DInstructionCombining.cpp793 Value *Cond, *True = nullptr, *False = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h977 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
986 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, argument
2498 Value *CreateSelect(Value *C, Value *True, Value *False, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp665 createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, SDValue False, const SDLoc &DL) argument
2065 SDValue False = DAG.getConstant(0, DL, MVT::i32); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3903 auto False = MIRBuilder.buildFConstant(DstTy, 0.0); local
3936 auto False = MIRBuilder.buildFConstant(DstTy, 0.0); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2373 True, False, Ambiguous, Error member in class:clang::TPResult
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5568 False = cast<ConstantSDNode>(FalseRes)->getZExtValue(); local
H A DPPCISelLowering.cpp7839 SDValue False = DAG.getNode(ISD::FP_TO_SINT, dl, MVT::i32, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8319 combineMinNumMaxNum(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, SDValue True, SDValue False, ISD::CondCode CC, const TargetLowering &TLI, SelectionDAG &DAG) argument

Completed in 436 milliseconds

12