Searched refs:BLE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp323 const binary_le_impl<value_type> &BLE) {
324 char Buffer[sizeof(BLE.Value)];
326 Buffer, BLE.Value);
327 OS.write(Buffer, sizeof(BLE.Value));
322 operator <<(raw_ostream &OS, const binary_le_impl<value_type> &BLE) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h307 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1388 if (const auto *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE))
1389 branch = BLE->getValue();
1410 } else if (const auto *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) {
1411 TCond = BLE->getValue();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1425 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { argument
1426 JOS.attribute("value", BLE->getValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2424 case Mips::BLE:
3922 PseudoOpcode = Mips::BLE;
3986 case Mips::BLE:
4037 if (PseudoOpcode == Mips::BLE) {
4135 // and BLE with BGT), so we change the BNEZ into a BEQZ.
4136 // Because only BGE and BLE branch on equality, we can use the

Completed in 147 milliseconds