Searched defs:True (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h147 const Formula &True, &False; member in class:clang::dataflow::Arena
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h61 enum Tristate { Unknown = -1, False = 0, True = 1 }; enumerator in enum:llvm::LazyValueInfo::Tristate
/freebsd-current/sbin/adjkerntz/
H A Dadjkerntz.c53 #define True (1) macro
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmisc.mk16 True= ${echo true >&2:L:sh}TRUE macro
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp607 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h55 #define True 1 macro
/freebsd-current/contrib/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
H A Dbzlib_private.h49 #define True ((Bool)1) macro
H A Dbzip2.c169 #define True ((Bool)1) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp69 Register True; member in struct:__anon2277::AMDGPUPostLegalizerCombinerImpl::FMinFMaxLegacyInfo
H A DR600ISelLowering.cpp807 SDValue True = Op.getOperand(2); local
1852 SDValue True = N->getOperand(2); local
[all...]
H A DAMDGPURegisterBankInfo.cpp142 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); local
2767 auto True = B.buildConstant(SelType, Signed ? -1 : 1); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp156 ConstantInt *True = Builder.getTrue(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1158 AArch64InstructionSelector::emitSelect(Register Dst, Register True, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1110 auto *True = HVC.getFullValue(HVC.getBoolTy(ScLen)); variable
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp357 ConstantInt *True = Builder.getTrue(); local
H A DRDFGraph.cpp521 static auto True = [](Node) -> bool { return true; }; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1108 Value *IRBuilderBase::CreateSelect(Value *C, Value *True, Value *False, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1245 SDValue getSelectCC(const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue True, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp869 auto *True = ConstantInt::getTrue(M.getContext()); local
2199 auto True = ConstantInt::getTrue(M.getContext()); local
/freebsd-current/contrib/one-true-awk/
H A Drun.c83 Cell *True = &truecell; variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2795 SDValue True = N->getOperand(1); local
2837 SDValue True = N->getOperand(2); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp71 Value *True = EvaluateInDifferentType(I->getOperand(1), Ty, isSigned); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1458 auto True = Builder.buildConstant( local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp659 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, argument
703 SDValue True = N->getOperand(1); local
714 SDValue True = N->getOperand(1); local
2075 SDValue True = DAG.getConstant(1, DL, MVT::i32); local
[all...]

Completed in 565 milliseconds

12