OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InTy
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaStmtAsm.cpp
283
QualType
InTy
= InputExpr->getType();
285
if (Context.hasSameType(
InTy
, OutTy))
294
if (
InTy
->isIntegerType() ||
InTy
->isPointerType())
296
else if (
InTy
->isRealFloatingType())
315
uint64_t InSize = Context.getTypeSize(
InTy
);
363
<<
InTy
<< OutTy << OutputExpr->getSourceRange()
/frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp
338
llvm::Type *
InTy
= NULL;
341
InTy
= Args->getType();
342
InStep = getStepValue(&DL,
InTy
, Arg_instep);
406
InPtr = Builder.CreatePointerCast(InPtr,
InTy
);
504
llvm::Type *
InTy
= NULL;
508
InTy
=InBaseTy->getPointerTo();
509
InStep = getStepValue(&DL,
InTy
, Arg_instep);
559
InPtr = Builder.CreatePointerCast(InPtr,
InTy
);
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
457
bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &
InTy
,
459
return Types[ResNo].MergeInTypeInfo(
InTy
, TP);
462
bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType
InTy
,
464
return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(
InTy
, TP), TP);
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
Completed in 268 milliseconds