Home
last modified time | relevance | path

Searched defs:FCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp556 Instruction *FDiv, *FAdd, *FCmp, *FCall, *FNeg, *FSub, *FMul, *FRem; in TEST_F() local
441 CallInst *FCall = Builder.CreateCall(Callee, std::nullopt); TEST_F() local
[all...]
H A DInstructionsTest.cpp1543 std::unique_ptr<CallInst> FCall(CallInst::Create(FFnTy, FCallee, {}, "")); TEST() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp725 if (const auto *FCall = dyn_cast<FunctionDecl>(ArgExpr->getDecl())) { setArgNamesAndTypes() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp6008 CallInst *FCall = dyn_cast<CallInst>(&*(++Iter)); TEST_F() local