OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutateType
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
303
///
mutateType
- Mutate the type of this Value to be of the specified type.
308
void
mutateType
(Type *Ty) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp
199
I->
mutateType
(TypeMapper->remapType(I->getType()));
/external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp
304
Inst->
mutateType
(SExt->getType());
/external/llvm/include/llvm/IR/
Value.h
547
void
mutateType
(Type *Ty) {
Instructions.h
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
721
I.
mutateType
(Offset->getType());
751
V->
mutateType
(NewTy);
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
911
I->
mutateType
(TypeMapper->remapType(I->getType()));
930
A.
mutateType
(TypeMapper->remapType(A.getType()));
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
[
all
...]
/external/llvm/tools/bugpoint/
CrashDebugger.cpp
230
UsedVar->
mutateType
(NewUsedVal->getType()->getPointerTo());
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
Completed in 276 milliseconds