Home
last modified time | relevance | path

Searched defs:BVal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1172 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF(); getMostGenericFPMath() local
1355 ConstantInt *BVal = mdconst::extract<ConstantInt>(B->getOperand(0)); getMostGenericAlignmentOrDereferenceable() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2661 auto *BVal = cast<PointerValue>(getFieldValue(&FLoc, "b", ASTCtx, Env)); TEST() local
4346 const auto *BVal = dyn_cast_or_null<BoolValue>(Env.getValue(*BDecl)); TEST() local
4955 auto &BVal = getFormula(*BDecl, Env); TEST() local
5202 auto &BVal = getValueForDecl<BoolValue>(ASTCtx, Env, "b"); TEST() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp717 ValueIDNum BVal = MTracker->readMLoc(B); in TEST_F() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2291 uint32_t BVal = B->getZExtValue(); SelectS_BFEFromShifts() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp293 const APInt *BVal, *CVal; maintainNoSignedWrap() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5938 LoadInst *BVal = Builder.CreateLoad(Int32Ty, BPtr); TEST_F() local