Searched defs:LHS_int (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DIRBuilder.h1237 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context)); local
1239 Value *Difference = CreateSub(LHS_int, RHS_int);

Completed in 70 milliseconds