HomeSort by relevance Sort by last modified time
    Searched defs:BTy (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 109 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
110 switch (BTy->getKind()) {
139 createTBAAScalarType(BTy->getName(Features), getChar());
297 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
298 TBAAPathTag PathTag = TBAAPathTag(BTy, AccessNode, Offset);
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp 711 const BuiltinType *BTy = Ty->getAs<BuiltinType>();
712 if (BTy && (BTy->getKind() == BuiltinType::Half ||
713 BTy->getKind() == BuiltinType::Float))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 241 milliseconds