OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewFn
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/VMCore/
AutoUpgrade.cpp
28
static bool UpgradeIntrinsicFunction1(Function *F, Function *&
NewFn
) {
58
NewFn
= cast<Function>(M->getOrInsertFunction(NameTmp,
85
NewFn
= F;
110
bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&
NewFn
) {
111
NewFn
= 0;
112
bool Upgraded = UpgradeIntrinsicFunction1(F,
NewFn
);
115
if (
NewFn
)
116
F =
NewFn
;
130
void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *
NewFn
) {
137
if (!
NewFn
) {
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
CGVTables.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
Completed in 337 milliseconds