Home
last modified time | relevance | path

Searched defs:isTrue (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp69 MCRegister &PredReg, bool &isTrue) { in initReg() argument
95 bool isTrue = false; in init() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp487 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI,bool isTrue,const SmallPtrSet<const Instruction *,2> & Selects,IRBuilder<> & IB) getTrueOrFalseValue() argument
H A DCodeGenPrepare.cpp7027 getTrueOrFalseValue(SelectInst * SI,bool isTrue,const SmallPtrSet<const Instruction *,2> & Selects) getTrueOrFalseValue() argument
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1372 processConstantBool(bool isTrue,ArrayRef<uint32_t> operands,bool isSpec) processConstantBool() argument
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1953 const bool isTrue = coverIfConstexpr() local
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp1268 void selectJump(bool isTrue) { selectJump(size_t(isTrue ? 0 : 1)); } in selectJump()
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp704 auto isTrue = rewriter.create<mlir::LLVM::ICmpOp>( matchAndRewrite() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2218 auto HexagonVectorCombine::isTrue(const Value *Val) const -> bool { in isTrue() function in HexagonVectorCombine
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp411 bool isTrue() const { return X == 1; } in isTrue() function in __anon36ae77d00211::TryResult
[all...]
/llvm-project/clang/include/clang/AST/
H A DExpr.h4591 setIsConditionTrue(bool isTrue) setIsConditionTrue() argument