Searched defs:FCall (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 556 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 D | InstructionsTest.cpp | 1543 std::unique_ptr<CallInst> FCall(CallInst::Create(FFnTy, FCallee, {}, "")); TEST() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SuspiciousCallArgumentCheck.cpp | 725 if (const auto *FCall = dyn_cast<FunctionDecl>(ArgExpr->getDecl())) { setArgNamesAndTypes() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 6008 CallInst *FCall = dyn_cast<CallInst>(&*(++Iter)); TEST_F() local
|