Searched refs:BLE (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | boz-literal-constants.f90 | 48 resbit = BLE(B"0101", B"1111")
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 315 const binary_le_impl<value_type> &BLE) { in operator <<() argument 316 char Buffer[sizeof(BLE.Value)]; in operator <<() 318 Buffer, BLE.Value); in operator <<() 319 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1351 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() local 1352 branch = BLE->getValue(); in getMutexIDs() 1373 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local 1374 TCond = BLE->getValue(); in getStaticBooleanValue()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-logical.cpp | 102 fptr = &Scalar<LargestInt>::BLE; in FoldIntrinsicFunction()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 312 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | integer.cpp | 153 MATCH(x <= y, a.BLE(b))("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1490 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() argument 1491 JOS.attribute("value", BLE->getValue()); in VisitCXXBoolLiteralExpr()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | integer.h | 455 constexpr bool BLE(const Integer &y) const { return !BGT(y); } in BLE() function
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2424 case Mips::BLE: in tryExpandInstruction() 3922 PseudoOpcode = Mips::BLE; in expandCondBranches() 3986 case Mips::BLE: in expandCondBranches() 4037 if (PseudoOpcode == Mips::BLE) { in expandCondBranches()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 2963 def BLE : CondBranchPseudo<"ble">;
|