Searched refs:createConstantLong (Results 1 – 3 of 3) sorted by relevance
154 static Value *createConstantLong(int64_t i);
1239 index = createMul(index, createConstantLong((int64_t)typeSize(type))); in createGEP()1527 Value *Nucleus::createConstantLong(int64_t i) in createConstantLong() function in rr::Nucleus4476 return RValue<Long>(storeValue(Nucleus::createConstantLong(rhs))); in operator =()
1349 Value *Nucleus::createConstantLong(int64_t i) in createConstantLong() function in rr::Nucleus4744 return RValue<Long>(storeValue(Nucleus::createConstantLong(rhs))); in operator =()