HomeSort by: relevance | last modified time | path
    Searched refs:emitAlignmentAssumption (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2303 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue,
2343 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue,
2353 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment,
CodeGenFunction.h 3134 void emitAlignmentAssumption(llvm::Value *PtrValue, QualType Ty,
3139 void emitAlignmentAssumption(llvm::Value *PtrValue, const Expr *E,
CGCall.cpp 4549 CGF.emitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc,
CGExprScalar.cpp 287 CGF.emitAlignmentAssumption(V, E, AVAttr->getLocation(), AlignmentCI);
CGStmtOpenMP.cpp 2193 CGF.emitAlignmentAssumption(
CGBuiltin.cpp 2822 emitAlignmentAssumption(PtrValue, Ptr,
17003 emitAlignmentAssumption(Result, E, E->getExprLoc(), Args.Alignment);

Completed in 93 milliseconds