Home
last modified time | relevance | path

Searched refs:BLE (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dboz-literal-constants.f9048 resbit = BLE(B"0101", B"1111")
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp315 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 DThreadSafety.cpp1351 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 Dfold-logical.cpp102 fptr = &Scalar<LargestInt>::BLE; in FoldIntrinsicFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h312 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dinteger.cpp153 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 DJSONNodeDumper.cpp1490 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 Dinteger.h455 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 DMipsAsmParser.cpp2424 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 DMipsInstrInfo.td2963 def BLE : CondBranchPseudo<"ble">;