Searched refs:BVal (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/cxx/tests/ |
D | test.rs | 83 enm @ ffi::Enum::BVal => assert_eq!(2020, enm.repr), in test_c_return() 300 assert_eq!(2020, ffi::Enum::BVal.repr); in test_enum_representations() 307 assert_eq!("BVal", format!("{:?}", ffi::Enum::BVal)); in test_debug()
|
/third_party/rust/crates/cxx/tests/ffi/ |
D | tests.cc | 191 } else if (n <= static_cast<uint16_t>(Enum::BVal)) { in c_return_enum() 192 return Enum::BVal; in c_return_enum() 787 ASSERT(r_return_enum(1) == Enum::BVal); in cxx_run_test()
|
D | lib.rs | 38 BVal = 2020, enumerator 540 ffi::Enum::BVal in r_return_enum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 936 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); in getMostGenericFPMath() local 937 if (AVal.compare(BVal) == APFloat::cmpLessThan) in getMostGenericFPMath() 1056 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0)); in getMostGenericAlignmentOrDereferenceable() local 1057 if (AVal->getZExtValue() < BVal->getZExtValue()) in getMostGenericAlignmentOrDereferenceable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 228 const APInt *BVal, *CVal; in maintainNoSignedWrap() local 229 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal))) in maintainNoSignedWrap() 234 (void)BVal->sadd_ov(*CVal, Overflow); in maintainNoSignedWrap() 236 (void)BVal->ssub_ov(*CVal, Overflow); in maintainNoSignedWrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1938 uint32_t BVal = B->getZExtValue(); in SelectS_BFEFromShifts() local 1941 if (0 < BVal && BVal <= CVal && CVal < 32) { in SelectS_BFEFromShifts() 1945 ReplaceNode(N, getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0), CVal - BVal, in SelectS_BFEFromShifts()
|