Home
last modified time | relevance | path

Searched defs:False (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/sbin/adjkerntz/
H A Dadjkerntz.c54 #define False (0) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h82 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DConstantFolder.h121 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DIRBuilder.h1134 BranchInst *CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, in CreateCondBr()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h56 #define False 0 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h84 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
H A DTargetFolder.h131 Value *FoldSelect(Value *C, Value *True, Value *False) const override { in FoldSelect()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp621 const Expr *False) { in ClassifyConditional()
/freebsd/contrib/bzip2/
H A Dbzip2recover.c57 #define False ((Bool)0) macro
H A Dbzip2.c170 #define False ((Bool)0) macro
H A Dbzlib_private.h50 #define False ((Bool)0) macro
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp458 Value *SelectInst::createCommon(Value *Cond, Value *True, Value *False, in createCommon()
469 Value *SelectInst::create(Value *Cond, Value *True, Value *False, in create()
478 Value *SelectInst::create(Value *Cond, Value *True, Value *False, in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp229 auto *False = ConstantInt::getFalse(C); in elideHeapAllocations() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp171 Register False = MI.getOperand(3).getReg(); in matchFMinFMaxLegacy() local
H A DR600ISelLowering.cpp806 SDValue False = Op.getOperand(3); in LowerSELECT_CC() local
1851 SDValue False = N->getOperand(3); in PerformDAGCombine() local
H A DAMDGPULowerBufferFatPointers.cpp1498 Value *False = SI.getFalseValue(); in visitSelectInst() local
H A DAMDGPUISelLowering.cpp1597 SDValue False, SDValue CC, DAGCombinerInfo &DCI) const { in combineFMinMaxLegacyImpl()
1666 SDValue True, SDValue False, in combineFMinMaxLegacy()
4635 SDValue False = N->getOperand(2); in performSelectCombine() local
H A DAMDGPURegisterBankInfo.cpp143 auto False = B.buildConstant(S32, 0); in applyBank() local
2767 auto False = B.buildConstant(SelType, 0); in applyMappingImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2794 SDValue False = N->getOperand(2); in combineSelect() local
2836 SDValue False = N->getOperand(3); in combineSelectCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp676 SDValue False, const SDLoc &DL) { in createCMovFP()
697 SDValue False = N->getOperand(2); in performSELECTCombine() local
2092 SDValue False = DAG.getConstant(0, DL, MVT::i32); in lowerSETCC() local
/freebsd/contrib/one-true-awk/
H A Drun.c86 Cell *False = &falsecell; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6686 Register False = Select->getFalseReg(); in tryFoldSelectOfConstants() local
6818 Register False = Select->getFalseReg(); in tryFoldBoolSelectToLogic() local
6900 Register False = Select->getFalseReg(); in matchSelectIMinMax() local
7195 auto False = B.buildConstant(CmpTy, 0); in tryFoldLogicOfFCmps() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp72 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned); in EvaluateInDifferentType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1091 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, in CreateSelect()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2711 True, False, Ambiguous, Error enumerator

12