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

  /src/sys/external/bsd/gnu-efi/dist/inc/
efidebug.h 474 UINT64 Ip;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 816 /// dominate the current IP (if set) and which lies along
817 /// all paths of execution between the current IP and the
826 /// dominate the current IP (if set) and which lies along
827 /// all paths of execution between the current IP and the
1427 auto IP = CGF.Builder.saveAndClearIP();
1431 CGF.Builder.restoreIP(IP);
1739 /// \param IP Insertion point for generating the finalization code.
1740 static void FinalizeOMPRegion(CodeGenFunction &CGF, InsertPointTy IP) {
1742 assert(IP.getBlock()->end() != IP.getPoint() &
    [all...]
CGBuiltin.cpp 7054 const CmpInst::Predicate Ip, const Twine &Name) {
7068 Op = Builder.CreateICmp(Ip, Op, Constant::getNullValue(OTy));

Completed in 54 milliseconds